diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 01:50:48 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 01:50:48 +0100 |
commit | b682dee418cd3b6ca56bbc2bb0a5551d022fb711 (patch) | |
tree | 206e467e38e70f1f657fccda1d1bf71bcab378fd | |
parent | 3e31d89645e7d3f39455d84df423dae521e75e80 (diff) |
Local CSS: Notebox border dashed and light blue.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,8 +114,8 @@ DIV#content { } DIV.notebox { - color: #00f !important; - border: medium; + color: lightblue !important; + border: dashed; margin-right: -32%; width: 30%; } |