1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit css/app

This commit is contained in:
ruanyf 2014-04-23 12:27:59 +08:00
parent 3573614c57
commit 78641c9cd2

View File

@ -62,7 +62,7 @@ body {
} }
#sidebar h2 { #sidebar h2 {
font-size: 0.8rem; font-size: 0.7rem;
} }
#sidebar h5 { #sidebar h5 {
@ -90,12 +90,12 @@ body {
#sidebar ul li { #sidebar ul li {
margin-top: 0; margin-top: 0;
margin-bottom: 0.3rem; margin-bottom: 0.2rem;
margin-left: 10px; margin-left: 10px;
padding: 0; padding: 0;
text-indent: -5px; /* to compensate for the padding for the dash */ text-indent: -5px; /* to compensate for the padding for the dash */
font-size: 0.8rem; font-size: 0.7rem;
} }
#content { #content {