style fixes.
This commit is contained in:
parent
686f83ae8e
commit
2a49787e46
|
@ -55,7 +55,7 @@ td { vertical-align: top; }
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family:'Ubuntu', sans-serif;
|
font-family:'Droid Sans', sans-serif;
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
color:#555;
|
color:#555;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
@ -148,7 +148,7 @@ .sidebar
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar ul
|
.sidebar>ul
|
||||||
{
|
{
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
|
@ -156,9 +156,8 @@ .sidebar ul
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar ul li:before
|
.sidebar>ul li:before
|
||||||
{
|
{
|
||||||
content:"\2013";
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#777;
|
color:#777;
|
||||||
margin-right:0.2em;
|
margin-right:0.2em;
|
||||||
|
|
|
@ -55,7 +55,7 @@ td { vertical-align: top; }
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family:'Ubuntu', sans-serif;
|
font-family:'Droid Sans', sans-serif;
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
color:#555;
|
color:#555;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
@ -148,7 +148,7 @@ .sidebar
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar ul
|
.sidebar>ul
|
||||||
{
|
{
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
|
@ -156,9 +156,8 @@ .sidebar ul
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar ul li:before
|
.sidebar>ul li:before
|
||||||
{
|
{
|
||||||
content:"\2013";
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#777;
|
color:#777;
|
||||||
margin-right:0.2em;
|
margin-right:0.2em;
|
||||||
|
|
Loading…
Reference in New Issue