]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Padding problem fixed!
authorSvante Bengtson <redacted>
Mon, 22 Feb 2016 13:27:40 +0000 (14:27 +0100)
committerSvante Bengtson <redacted>
Mon, 22 Feb 2016 13:27:40 +0000 (14:27 +0100)
css/mock1.css
index_mock2.html

index bcb1310c0888c2ddf5e16b06664ea8d006cf4b8d..2e154505f8a6b90411ae89404e4d9d53a983703c 100644 (file)
   --box-round: 10px;
 }
 
+/* reset css for browser compat */
+* {
+    margin: 0;
+    padding: 0;
+    box-sizing: border-box;
+}
+
 /* global */
 body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -66,7 +73,7 @@ a {
 
 /* main */
 .container {
-  margin-top: 51px;
+  margin-top: 50px;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
index 2bce219e6849df4943fa79f3964e7063eed47eb9..de7f7dd7f64e4d500772aba29205de690938d46f 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
     <title>freenode</title>
-    <link href="css/mock1.css" rel="stylesheet" />
+    <link href="css/mock2.css" rel="stylesheet" />
 </head>
 <body>
     <nav class="navbar">