[static-web] wiki: Add common classes for padding top



commit 518bf198799bdb05304af8d8129b372613b39866
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Mon Apr 10 23:59:31 2017 +0300

    wiki: Add common classes for padding top

 wiki.gnome.org/gnome/css/layout.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/wiki.gnome.org/gnome/css/layout.css b/wiki.gnome.org/gnome/css/layout.css
index 7c885dd..9117544 100644
--- a/wiki.gnome.org/gnome/css/layout.css
+++ b/wiki.gnome.org/gnome/css/layout.css
@@ -109,6 +109,14 @@ div.editor div#content {
        padding-bottom: 40px;
 }
 
+.padding-top-sm {
+       padding-top: 20px;
+}
+
+.padding-top-lg {
+       padding-top: 40px;
+}
+
 /* clearfix */
 
 .clearfix:before,


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