[library-web] Add bottom-border to acronym elements



commit fdec612d0d6fe7cdf70fb850add7a1141e277329
Author: David King <amigadave amigadave com>
Date:   Tue Dec 18 22:15:00 2012 +0000

    Add bottom-border to acronym elements
    
    The border matches the one included in the default gtk-doc CSS and makes
    the GObject annotations more obvious.
    
    https://mail.gnome.org/archives/gtk-list/2012-November/msg00067.html
    https://bugzilla.gnome.org/show_bug.cgi?id=690452

 data/skin/lgo2010.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index 5b3a8f6..a6e42ba 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -444,3 +444,7 @@ dt {
 dl dt a {
        color: #E36615;
 }
+
+acronym {
+  border-bottom: 1px dotted;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]