]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - css/style.css
updated style
[irc/freenode/web-7.0.git] / css / style.css
index 6b9d836a36d039d026abaa784a07a324de538149..615662cf2e1f32fbe0f2719dfb8f63cea9f08e29 100644 (file)
@@ -97,6 +97,7 @@ a {
 .jumbotron {
   position: relative;
   width: 100%;
+  margin: 0;
   background: #000;
   background: rgb(238,238,238);
   box-shadow: 0 3px 5px rgba(150,150,150,.36);
@@ -312,6 +313,10 @@ a.hchild:active {
   .footerchild ul li:last-child {
     margin-bottom: .5em;
   }
+
+  .hdn {
+    display: none;
+  }
 }
 
 .footer h2,
@@ -320,12 +325,6 @@ a.hchild:active {
   margin-right: 10px;
 }
 
-.flex-right {
-  -webkit-align-self: flex-end;
-  -ms-flex-item-align: end;
-  align-self: flex-end;
-}
-
 .copyright {
   display: -webkit-box;
   display: -webkit-flex;