From f3f97881985cc0757787fbd89b9dca89c96a8bef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Aug 2013 14:34:18 +0200 Subject: [PATCH] web: Move important parts of the style sheet to the top of the file. --- web/para.css | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/web/para.css b/web/para.css index 14608026..27e75197 100644 --- a/web/para.css +++ b/web/para.css @@ -12,12 +12,28 @@ table { padding: 8px 4px; } +th { + padding: 2px 5px; + font-size: 100%; + text-align: left; +} + td { padding: 2px 5px; font-size: 100%; vertical-align: top; } +a { + color: #cc3322; +} + +hr { + height: 1px; + border: none; + border-top: 1px solid yellow; +} + caption { font-weight: bold } /* doxgen */ @@ -218,11 +234,6 @@ td.tiny { font-size: 75%; } -/* links */ -a { - color: #cc3322; -} - .dirtab { padding: 4px; border-collapse: collapse; border: 1px solid #84b007; @@ -233,12 +244,6 @@ th.dirtab { font-weight: bold; } -hr { - height: 1px; - border: none; - border-top: 1px solid yellow; -} - /* Style for detailed member documentation */ .memtemplate { font-size: 100%; @@ -482,12 +487,6 @@ table.blame td { vertical-align: top; } -th { - padding: 2px 5px; - font-size: 100%; - text-align: left; -} - tr.light:hover { background-color: yellow; color: #cc3322; -- 2.39.2