diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-02 14:26:31 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-02 14:26:31 +0200 |
commit | aa1b3453c2956d39135567c0007b2021997df52e (patch) | |
tree | 7657eb1d119f6a84a7bb95fd27a142b70f97a2bc | |
parent | 10821de537e8b2fb8a51e6249255516fe93ab158 (diff) |
Style: Farbar width ended with sign ; .
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ DIV.farbar { float: left; margin-left: -25%; background: lightblue; - width: 25% + width: 25%; max-width: 300px; } |