website css cleanups + dropdown in top toolbar

This commit is contained in:
Rushabh Mehta
2012-02-17 12:06:33 +05:30
parent 9670292543
commit aa848bee28
11 changed files with 82 additions and 28 deletions

View File

@@ -119,6 +119,13 @@ li {
line-height: 1.5em;
}
hr {
margin: 18px 0;
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #ffffff;
}
a:active { outline:none; }
:focus { -moz-outline-style:none; }