diff options
author | Siri Reiter <siri@jones.dk> | 2015-04-22 14:54:38 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-04-22 14:54:38 +0200 |
commit | caa8a71bbe18d1a073fafdd0667c4f91f8abcf25 (patch) | |
tree | 21d15aee40a798972f51be9eb3bfd39c8a241071 | |
parent | 635fc2190c4e3fa546faab3956e934e865b2fce9 (diff) |
Notebox width correlates with column/content width.
-rw-r--r-- | local.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ div.farbar { div.notebox { float: none; - width: 100%; + width: auto; color: $accent !important; background: none; margin-left: 0; |