]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Moved border-bottom to other file as this was in the way for jreports
authorRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2016 08:35:47 +0000 (10:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 Jul 2016 20:31:37 +0000 (22:31 +0200)
(please cherry-pick)

Signed-off-by: Roland Häder <roland@haeder.net>
web/resources/css/cssLayout.css
web/resources/css/default.css

index 2c80675ed4c2d1303c4a0944ef256f9780667fca..49dc86723c03bca8caab7f92952a323b76eb5b23 100644 (file)
@@ -4,6 +4,10 @@ div, table {
 }
 /**/
 
+#title {
+       border-bottom: 1px solid #AFAFAF;
+}
+
 #top {
        position: relative;
        background-color: #036fab;
index 2279b248cb987e2ea0413824fea6498936b793d3..5def81812ab6bf6463ca1e52def6d95fb8aae012 100644 (file)
@@ -7,7 +7,6 @@ body {
 }
 
 h1 {
-       border-bottom: 1px solid #AFAFAF;
        font-size:  16px;
        font-weight: bold;
        margin: 0px;