Skip to content

Commit 3ec13a3

Browse files
committed
add css style for gotgit errta website.
1 parent 169fd23 commit 3ec13a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

stylesheets/master.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@ a:visited {
9191
line-height: 160%;
9292
}
9393

94+
#submenu {
95+
float: left;
96+
}
97+
98+
#submenu ul {
99+
list-style: none;
100+
margin: 0;
101+
text-align: center;
102+
margin-top: 25px;
103+
}
104+
105+
#submenu ul li {
106+
margin-left: 10px;
107+
}
108+
94109
span.date {
95110
background: #6e9b20 url(/images/green_gradient.gif) repeat-x top;
96111
display: block;
@@ -242,6 +257,15 @@ div.related {
242257
margin-left: 1em;
243258
}
244259

260+
#gotgit_left {
261+
width: 260px;
262+
}
263+
264+
#gotgit_right {
265+
width: 680px;
266+
margin-left: 1em;
267+
}
268+
245269
.clearfix { clear: both;}
246270

247271
code {

0 commit comments

Comments
 (0)