adium 4117:dcf2d6c4559f: Updated documentation to show navbar on...
commits at adium.im
commits at adium.im
Thu Aug 4 19:55:06 UTC 2011
details: http://hg.adium.im/adium/rev/dcf2d6c4559f
revision: 4117:dcf2d6c4559f
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Thu Aug 04 22:53:59 2011 +0300
Updated documentation to show navbar on systems != Lion.
diffs (43 lines):
diff -r 7faa57914381 -r dcf2d6c4559f AdiumHelp/css/topicpage.css
--- a/AdiumHelp/css/topicpage.css Thu Aug 04 19:28:12 2011 +0300
+++ b/AdiumHelp/css/topicpage.css Thu Aug 04 22:53:59 2011 +0300
@@ -11,11 +11,15 @@
#banner, #nav {
display: none;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ margin: 0 -22px;
+ padding: 7px 0;
font-size: 1.2em;
text-align: right;
- padding: 7px 0;
border-bottom: 1px solid #EEE;
- margin: 0 -22px;
+ background: #fff;
}
.navleftsty {
@@ -26,8 +30,7 @@
#caticon {
display: block;
float: left;
- position: relative;
- top: 7px;
+ padding-top: 7px;
}
#pagetitle {
diff -r 7faa57914381 -r dcf2d6c4559f AdiumHelp/js/help.js
--- a/AdiumHelp/js/help.js Thu Aug 04 19:28:12 2011 +0300
+++ b/AdiumHelp/js/help.js Thu Aug 04 22:53:59 2011 +0300
@@ -5,4 +5,7 @@
var nav = document.getElementById("nav");
if (nav == null) {nav = document.getElementById("banner");}
if (nav != null) {nav.style.display = "block";}
+
+ var main = document.getElementById("mainbox");
+ if (main != null) {main.style.marginTop = "40px";}
}
\ No newline at end of file
More information about the commits
mailing list