Revert "Removed Clock"
This reverts commit 9ca8f8dc64e9a28da81a538a3578c2b2a8b34c88.
This commit is contained in:
parent
058ab0eea7
commit
3980ebefa1
4 changed files with 49 additions and 0 deletions
|
|
@ -69,6 +69,14 @@ a, a:visited, label {
|
|||
border: 0px;
|
||||
}
|
||||
|
||||
.clock {
|
||||
padding-left: 16px;
|
||||
color: #dede90;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.clock.night { background-image: url(clock_night.png); }
|
||||
.clock.day { background-image: url(clock_day.png); }
|
||||
|
||||
.compass {
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(compass.png);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue