Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/style.css
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-03-13 19:42:51 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-03-13 19:42:51 (GMT)
commitee33888835e6596f5361dc88e771b6d2496abd61 (patch)
treedc21fb5632fffdd7deb8c86cbb7671072d65f040 /web/style.css
parentb46fce545ea0c631a0c85dd41616280e91b76364 (diff)
Simple modification to html & css files
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 1bc2524..7dd1231 100644
--- a/web/style.css
+++ b/web/style.css
@@ -11,6 +11,14 @@ body {
width: 100%;
}
+#title {
+ font-family: sans-serif,cantarell,helvetica;
+ color: #fff;
+ font-size: 35px;
+ background-color: #666666;
+ width: 100%;
+}
+
.refresh {
display: inline-block;
float: right;