We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169fd23 commit 3ec13a3Copy full SHA for 3ec13a3
stylesheets/master.css
@@ -91,6 +91,21 @@ a:visited {
91
line-height: 160%;
92
}
93
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
109
span.date {
110
background: #6e9b20 url(/images/green_gradient.gif) repeat-x top;
111
display: block;
@@ -242,6 +257,15 @@ div.related {
242
257
margin-left: 1em;
243
258
244
259
260
+#gotgit_left {
261
+ width: 260px;
262
263
264
+#gotgit_right {
265
+ width: 680px;
266
+ margin-left: 1em;
267
268
245
269
.clearfix { clear: both;}
246
270
247
271
code {
0 commit comments