[static-web] wiki: Don't wrap percentage values in calc() function



commit 1ff503561ffb36a1015311d59fa2b89d390ae3b9
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Tue May 16 20:21:32 2017 +0300

    wiki: Don't wrap percentage values in calc() function
    
    Thanks benwaffle!

 wiki.gnome.org/gnome-responsive/css/layout.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wiki.gnome.org/gnome-responsive/css/layout.css b/wiki.gnome.org/gnome-responsive/css/layout.css
index 73f1dcc..9c29d5c 100644
--- a/wiki.gnome.org/gnome-responsive/css/layout.css
+++ b/wiki.gnome.org/gnome-responsive/css/layout.css
@@ -40,7 +40,7 @@ body {
     padding: 5px;
     float: left;
     outline: 0;
-    margin-left: calc(9%);
+    margin-left: 9%;
 }
 .gnome-navbar-brand img {
     max-height: 35px;
@@ -446,6 +446,6 @@ div.table-of-contents ol ol {
         width: 65%;
     }
     .gnome-navbar-brand {
-        margin-left: calc(17%);
+        margin-left: 17%;
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]