many style fixes

This commit is contained in:
Rushabh Mehta
2012-02-08 12:33:13 +05:30
parent a685379d6b
commit b8d6497818
13 changed files with 102 additions and 94 deletions

View File

@@ -61,6 +61,27 @@ header .topbar .container {
overflow-x: hidden;
}
.web-page-status {
background-color: #DDD;
padding: 7px;
color: #777;
clear: both;
text-align: right;
}
.web-page-status a,
.web-page-status a:hover,
.web-page-status a:visited {
padding: 2px;
background-color: #777;
color: #FFF;
text-decoration: none;
}
.web-page-status a:hover {
background-color: #444;
}
footer {
color: #777;
}