summaryrefslogtreecommitdiff
path: root/views/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.css')
-rw-r--r--views/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/style.css b/views/style.css
index 3a1f6e7..7582af3 100644
--- a/views/style.css
+++ b/views/style.css
@@ -23,7 +23,16 @@ body {
display: block;
margin: 10px 250px;
}
+#header #logomini {
+ background-image: url(/images/logomini.png);
+ background-repeat: no-repeat;
+ width: 140px;
+ height: 65px;
+ display: block;
+ margin: 10px 380px;
+}
#header #logo span { display: none; }
+#header #logomini span { display: none; }
#header #description p {
font-size: 1.4em;
line-height: 1.8em;