Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 353c119

Browse files
committed
add li style
1 parent 4db527b commit 353c119

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ h1, h2, h3, h4, h5, h6 {font-weight:bold;}
2121
.content { font-size: 1.2em; }
2222
.content h3 { background: #dfd; font-size: 1.7em; padding: 6px 2px; }
2323

24+
.nav li:first-child {
25+
padding-left: 0;
26+
background-image: none;
27+
}
28+
29+
.nav li {
30+
list-style-type: none;
31+
padding-left: 10px;
32+
}
33+
2434
pre {
2535
background-color: #444;
2636
color: #fff;
@@ -38,6 +48,7 @@ pre {
3848
text-shadow: none;
3949
background-image: none;
4050
filter: none;
51+
overflow: auto;
4152
}
4253

4354
#links { padding: 10px; }

0 commit comments

Comments
 (0)