summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-02-27 18:23:58 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-02-27 18:29:45 +0100
commit7411c61ff1a1c6c9105569323eeb854da5328ba5 (patch)
treeb2e82ddefabee0ee28f0feb09436a2be58477bd1 /style
parente53b418493c66cbff54c962df4f5cbec3dcb060c (diff)
downloadgtk-doc-7411c61ff1a1c6c9105569323eeb854da5328ba5.tar.gz
style: revert hiding the listing line numbers
We intensionally add them to listing so that they are shown and people can reference them from the docs.
Diffstat (limited to 'style')
-rw-r--r--style/style.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/style/style.css b/style/style.css
index 048c881..1549359 100644
--- a/style/style.css
+++ b/style/style.css
@@ -451,11 +451,6 @@ acronym,abbr
padding: 0.5em;
}
.listing_lines {
- /* this just adds visual clutter and
- takes precious room from small screens */
- display: none;
-}
-.listing_lines {
/* tango:sky blue 0.5 */
background: #a6c5e3;
background: rgba(114, 159, 207, 0.2);