Skip to content

Commit 6f1e8ad

Browse files
committed
Fix css of submenu for GotGit errata site.
1 parent 2f8bc23 commit 6f1e8ad

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

stylesheets/master.css

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,14 @@ a:visited {
100100
line-height: 160%;
101101
}
102102

103-
#submenu {
104-
float: left;
105-
}
106-
107103
#submenu ul {
108104
list-style: none;
109-
margin: 0;
110-
text-align: center;
111-
margin-top: 25px;
105+
text-align: left;
106+
line-height: 200%;
112107
}
113108

114109
#submenu ul li {
115-
margin-left: 10px;
110+
margin-left: -20px;
116111
}
117112

118113
span.date {
@@ -267,12 +262,12 @@ div.related {
267262
}
268263

269264
#gotgit-left {
270-
width: 260px;
265+
width: 120px;
266+
margin-right: 1em;
271267
}
272268

273269
#gotgit-right {
274-
width: 680px;
275-
margin-left: 1em;
270+
width: 820px;
276271
}
277272

278273
.clearfix { clear: both;}

0 commit comments

Comments
 (0)