Skip to content

Commit afba40a

Browse files
committed
Basic styles
1 parent 09af284 commit afba40a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

stylesheets/styles.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,27 @@ strong {
162162
margin: 0;
163163
}
164164

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+
cursor:pointer;
178+
color:#2c85b1;
179+
text-decoration:none;
180+
}
181+
182+
div.tutorial p.about span{
183+
margin-right:5px;
184+
}
185+
165186
section#main {
166187
width:560px;
167188
float:right;

0 commit comments

Comments
 (0)