summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 6f92864..73dceae 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -22,6 +22,23 @@ h1 {
color: #333;
}
+.logo:link,
+.logo:visited {
+ background-image: url("../img/logo.png");
+ background-position: bottom;
+ background-repeat: no-repeat;
+ border-style: none;
+ display: inline-block;
+ height: 55px;
+ width: 170px;
+}
+
+.logo:active,
+.logo:focus,
+.logo:hover {
+ background-position: top;
+}
+
.title {
clear: both;
font-size: 16px;