]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Fixed copyright bar
authorm712 <redacted>
Tue, 23 Feb 2016 10:24:46 +0000 (12:24 +0200)
committerm712 <redacted>
Tue, 23 Feb 2016 10:24:46 +0000 (12:24 +0200)
css/mock1.css
index_mock1.html

index 604d2ad4c50853d9dcf47dbe34332452541a261b..9f2afb9f4801ba6a8fcb5bdb8e7b050b2f0574b8 100644 (file)
@@ -228,7 +228,7 @@ a.hchild:hover,a.hchild:active {
     margin-top: 1em;
     display: flex;
     flex-wrap: nowrap;
-    min-height: 30vh;
+    min-height: 27vh;
     justify-content: space-between;
     align-items: flex-start;
     box-shadow: 0 -3px 5px rgba(150,150,150,.36);
@@ -282,11 +282,18 @@ a.hchild:hover,a.hchild:active {
 
 .copyright {
     display: flex;
+<<<<<<< HEAD
     height: 31px;
+=======
+>>>>>>> 5d841867f578c6275f3c2f058d4ee7579af22c37
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     background: rgba(var(--copyright-bg),.5);
+<<<<<<< HEAD
+=======
+    height: 3vh;
+>>>>>>> 5d841867f578c6275f3c2f058d4ee7579af22c37
     color: rgba(var(--copyright-text-color),.8);
 }
 
@@ -296,6 +303,8 @@ a.copyright {
     margin-top: 0;
     margin-left: .5em;
     margin-right: .5em;
+    width: auto;
+    height: auto;
 }
 .copyright p {
     margin-bottom: 0;
index d50a63329a265da9240781290d5f9b7b5ee44572..8d0bfb8107d0cd25115822a6debb7f1f0c89dbc2 100644 (file)
     <footer class="copyright">
         <a class="copyright" href=
         "https://creativecommons.org/licenses/by-nc-sa/4.0/" target=
-        "_blank"><img alt="CC by-nc-sa" height="31px" src=
+        "_blank"><img alt="CC by-nc-sa" style="height: 3vh; width: auto;"  src=
         "img/by-nc-sa.svg"></a>
 
         <p>&copy; Copyright 2002-2016, freenode</p>
     </footer>
 </body>
-</html>
\ No newline at end of file
+</html>