]> git.0d.be Git - panikweb.git/commitdiff
style: use same header style on all sizes
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 10:43:06 +0000 (12:43 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 10:43:06 +0000 (12:43 +0200)
panikweb_templates/static/css/specifics.css

index 89726c2232f1dadffb3ee785fabffc42d2101589..7e880c4a587bacdc8107f3620fb3fb359849e358 100644 (file)
@@ -295,26 +295,6 @@ body{
                padding-top: 40px;
        }
 
-       #backgroundBox {
-               background: white 0 10px no-repeat url(../img/logoPanikBW.png);
-       }
-
-       #All #backgroundBox h1.top {
-               font-size: 50px;
-               padding-left: 10px;
-               width: 200%;
-       }
-       #All h1.top#frequence {
-               margin-top: 0;
-               padding-top: 0;
-               display: block;
-               padding-bottom: 50px;
-       }
-
-       #backgroundBox h1 {
-               color: #ff6600 !important;
-       }
-
        #Player #CurrentlyPlaying {
                margin-top: 50px;
        }
@@ -353,19 +333,41 @@ body{
                margin-left: 0;
                padding-left: 0;
        }
+}
 
-       #All h1.top#frequence {
-               margin-top: 40px;
-               padding-bottom: 0;
-       }
+#backgroundBox {
+       background: white 0 10px no-repeat url(../img/logoPanikBW.png);
+}
 
-       #All h1.top#radiopanik {
-               padding-top: 0;
-               color: black !important;
-               padding-bottom: 40px;
-       }
+#All #backgroundBox h1.top {
+       font-size: 50px;
+       padding-left: 10px;
+       width: 200%;
+}
+#All h1.top#frequence {
+       margin-top: 0;
+       padding-top: 0;
+       display: block;
+       padding-bottom: 50px;
 }
 
+#backgroundBox h1 {
+       color: #ff6600 !important;
+}
+
+
+#All h1.top#frequence {
+       margin-top: 40px;
+       padding-bottom: 0;
+}
+
+#All h1.top#radiopanik {
+       padding-top: 0;
+       color: black !important;
+       padding-bottom: 40px;
+}
+
+
 #specialHome div.rightPart h1,
 div.focus {
        color: #0000ff;