Merge pull request #12 from beardy-unixer/master

Events/Message icons
This commit is contained in:
Thomas Willingham 2013-01-03 17:55:45 -08:00
commit cf0e960a90
6 changed files with 32 additions and 0 deletions

View File

@ -80,6 +80,22 @@ background: #fff;
padding: 1px;
}
.icon.mail {
background-image: url("../img/message.png");
min-width: 22px;
height: 22px;
background-position: left center;
padding: 1px;
}
.icon.events {
background-image: url("../img/events.png");
min-width: 22px;
height: 22px;
background-position: left center;
padding: 1px;
}
a, a:visited, a:link { color: #dd0000; text-decoration: none; }
a:hover { color: #dd0000; text-decoration: underline; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

View File

@ -82,6 +82,22 @@ color: #d00;
padding: 1px;
}
.icon.mail {
background-image: url("../img/message.png");
min-width: 22px;
height: 22px;
background-position: left center;
padding: 1px;
}
.icon.events {
background-image: url("../img/events.png");
min-width: 22px;
height: 22px;
background-position: left center;
padding: 1px;
}
a, a:visited, a:link { color: #dd0000; text-decoration: none; }
a:hover { color: #dd0000; text-decoration: underline; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B