[Groonga-commit] nroonga/norema [master] Increase margin between content and footer

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Aug 15 15:04:21 JST 2012


Yoji SHIDARA	2012-08-15 15:04:21 +0900 (Wed, 15 Aug 2012)

  New Revision: a5fd4291e41586b958a06cadf9e640c1d4ddef17
  https://github.com/nroonga/norema/commit/a5fd4291e41586b958a06cadf9e640c1d4ddef17

  Log:
    Increase margin between content and footer

  Modified files:
    public/css/norema.css
    views/layout.jade

  Modified: public/css/norema.css (+4 -0)
===================================================================
--- public/css/norema.css    2012-08-15 15:02:32 +0900 (66cc931)
+++ public/css/norema.css    2012-08-15 15:04:21 +0900 (0d00078)
@@ -15,3 +15,7 @@ body {
 .search-on-top input[type="submit"] {
   padding: 7px 14px 7px 14px;
 }
+
+footer {
+  margin-top: 20px;
+}

  Modified: views/layout.jade (+2 -2)
===================================================================
--- views/layout.jade    2012-08-15 15:02:32 +0900 (3ca3adc)
+++ views/layout.jade    2012-08-15 15:04:21 +0900 (d275890)
@@ -16,8 +16,9 @@ html
     .container
       block content
 
-      .row
+      footer.row
         .span12
+          hr
           p
             span
               | Get the source code on GitHub: 
@@ -27,4 +28,3 @@ html
               |  Powered by 
               a(href="gcs.groonga.org") Groonga CloudSearch
               |.
-
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index