diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 01:53:16 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 01:53:16 +0100 |
commit | 1f7e23cb0360238e5ceb58f233a897aba158211a (patch) | |
tree | a66f5b9997523c54b7bc0a0beddc7a54ef4e3158 | |
parent | b682dee418cd3b6ca56bbc2bb0a5551d022fb711 (diff) |
Local CSS: Notebox text blue.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -120,6 +120,10 @@ DIV.notebox { width: 30%; } +DIV.notebox p { + color: #00f; +} + div#pageinfo { margin: 15em 1em 1em; padding: 1em 0 0; |