diff options
author | thomascube <thomas@roundcube.net> | 2011-12-02 17:54:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-02 17:54:32 +0000 |
commit | 15f48a2d5fe1da5d7c0223c9041743e20b6a0d43 (patch) | |
tree | 129406900ffcd35fad3749e3556d68866747ed70 /skins/larry/styles.css | |
parent | 879b053e55834030a1d4879292c3e3267c3ffb7f (diff) |
Make errors look good in larry; add some chrome-specific styles
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index b8bb9350e..7dca2642d 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -499,6 +499,10 @@ table.listing { border-spacing: 0; } +.errobox h3 { + font-size: 16px; + margin-top: 0; +} /*** iFrames ***/ |