Module: libav.org Branch: master Commit: 06fd282bfd8e9649522a0a52f7dd19398e25a93f
Author: Aneesh Dogra <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sat Mar 24 00:24:12 2012 +0530 css: improve h3 Signed-off-by: Luca Barbato <[email protected]> --- htdocs/default.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/htdocs/default.css b/htdocs/default.css index 06f018e..371414f 100644 --- a/htdocs/default.css +++ b/htdocs/default.css @@ -78,6 +78,11 @@ h3 { color: #313131; font-size: 0.8em; margin-bottom: -8px; + background: #E0FFC9; + border: 1px solid #7BB37B; + border-width: 1px 0; /* 1px for top and bottom and 0px for the sides */ + margin: 1em 0; + padding: .1em .5em; } img { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
