diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:04:46 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:04:46 +0100 |
commit | 78f18cffd0e2d4fa7f9e9c1b876b69347f3515fb (patch) | |
tree | f093cda988fd1b32d10fe9d67018261208fc81c4 /style | |
parent | c851567c78015ce112f0c8e7d50315d57170c721 (diff) | |
download | mutti-web-78f18cffd0e2d4fa7f9e9c1b876b69347f3515fb.tar.gz mutti-web-78f18cffd0e2d4fa7f9e9c1b876b69347f3515fb.tar.bz2 mutti-web-78f18cffd0e2d4fa7f9e9c1b876b69347f3515fb.zip |
style: Fix identt
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css index 1dc164b..ec0b3ef 100644 --- a/style/style.css +++ b/style/style.css @@ -217,7 +217,7 @@ label { } #page { - border-left: 200px solid white; + border-left: 200px solid white; font-size: 14px; } |