From 7aa5feb745dd1ebb4d87f62f6f461733752a0896 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 13 Aug 2013 12:46:21 -0700 Subject: [PATCH] Fix rendering of h2. --- guacamole/src/main/webapp/styles/ui.css | 32 ++++++++++++------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 1fa796a1b..c3c5eed3a 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -129,6 +129,21 @@ h1 { } +h2 { + + border-top: 1px solid #AAA; + border-bottom: 1px solid #AAA; + background: rgba(0, 0, 0, 0.07); + + padding: 0.5em; + margin: 0; + font-size: 1.5em; + + font-weight: lighter; + text-shadow: 1px 1px white; + +} + div.section { margin: 0; padding: 1em; @@ -174,24 +189,7 @@ div.section { } .dialog .header { - margin: 0; - - border-top: 1px solid #AAA; - border-bottom: 1px solid #AAA; - background: rgba(0, 0, 0, 0.07); - -} - -.dialog .header h2 { - - padding: 0.5em; - margin: 0; - font-size: 1.5em; - - font-weight: lighter; - text-shadow: 1px 1px white; - } /*