diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-07-02 16:41:47 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-07-06 16:22:43 +0100 |
commit | 86b2777fe2b34c9ffc9bd09fb978d4ec33588bc9 (patch) | |
tree | 4d585a6f82dd38dfb40ff3574bbf2eb6cc2f44e7 /doc/templates | |
parent | 6594d93fffaa0e868feb21cbc5f99386594eb7e1 (diff) |
Make the rationale border looks nicer.
The massive grey margin is a bit clunky and didn't go well with the
expandy triangle thing. So let's replace it with a thinner grey border
around the whole thing, with rounded corners on modern browsers
Diffstat (limited to 'doc/templates')
-rw-r--r-- | doc/templates/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/templates/style.css b/doc/templates/style.css index c99b332c..d15a7406 100644 --- a/doc/templates/style.css +++ b/doc/templates/style.css @@ -213,9 +213,11 @@ span.warning { } div.rationale { - border-left: 2px solid gray; + border: 1px solid gray; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; margin: 1ex; - padding-left: 1ex; + padding: 0 1ex; } div.rationale h5 { @@ -227,7 +229,6 @@ div.rationale h5 { /* And all this only matters if the script has un-hidden us. */ margin: 0; - padding: 2px; text-height: 12px; cursor: pointer; } |