# HG changeset patch # User rougeronj # Date 1418208461 -3600 # Node ID 78ca9191e2ee391cda9f45cd44e23ed8fcdb1345 # Parent 15210c7fec748b31177cf7cc939f28e9ee70ac44 various css changes diff -r 15210c7fec74 -r 78ca9191e2ee src/hdalab/static/hdalab/css/common.css --- a/src/hdalab/static/hdalab/css/common.css Wed Dec 10 11:47:27 2014 +0100 +++ b/src/hdalab/static/hdalab/css/common.css Wed Dec 10 11:47:41 2014 +0100 @@ -57,7 +57,7 @@ margin: 0; } #content { - margin: 30px auto 80px; + margin: 30px auto 30px; min-height: 400px; } /* ========================================================================== @@ -85,7 +85,6 @@ */ h1 { font-size: 2em; - margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. diff -r 15210c7fec74 -r 78ca9191e2ee src/hdalab/static/hdalab/css/index.css --- a/src/hdalab/static/hdalab/css/index.css Wed Dec 10 11:47:27 2014 +0100 +++ b/src/hdalab/static/hdalab/css/index.css Wed Dec 10 11:47:41 2014 +0100 @@ -72,13 +72,4 @@ .description { font-size: 14px; font-size: 1.4pm; -} -.bloc h3 { - font-size: 15px; - margin-bottom: 7px; -} -.bloc{ - padding: 6px 8px 2px; - background-color: rgba(255, 255, 255, 0.9); - border-radius: 5px; -} +} \ No newline at end of file