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 09af284 commit afba40aCopy full SHA for afba40a
stylesheets/styles.css
@@ -162,6 +162,27 @@ strong {
162
margin: 0;
163
}
164
165
+#sidebar ul, #main div.tutorial ul {
166
+ list-style:none;
167
+ margin-left:0;
168
+ padding:0;
169
+}
170
+
171
+#sidebar ul li{
172
+ cursor:pointer;
173
+ color:#39C;
174
175
176
+#sidebar ul li:hover{
177
178
+ color:#2c85b1;
179
+ text-decoration:none;
180
181
182
+div.tutorial p.about span{
183
+ margin-right:5px;
184
185
186
section#main {
187
width:560px;
188
float:right;
0 commit comments