[Groonga-commit] groonga/express-kotoumi [master] Revert changes around "#header"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 23 16:04:00 JST 2013


YUKI Hiroshi	2013-01-23 16:04:00 +0900 (Wed, 23 Jan 2013)

  New Revision: a5e03ca6f2562e6110af31889a17ccb8d6246cf1
  https://github.com/groonga/express-kotoumi/commit/a5e03ca6f2562e6110af31889a17ccb8d6246cf1

  Log:
    Revert changes around "#header"

  Modified files:
    public/styles/override.less
    views/index.jade

  Modified: public/styles/override.less (+1 -6)
===================================================================
--- public/styles/override.less    2013-01-23 15:59:24 +0900 (bd14255)
+++ public/styles/override.less    2013-01-23 16:04:00 +0900 (1c0db7d)
@@ -4,12 +4,7 @@
 @iconSpritePath:          "../bootstrap/images/glyphicons-halflings.png";
 @iconWhiteSpritePath:     "../bootstrap/images/glyphicons-halflings-white.png";
 
-#header {
-  .navbar();
-  .navbar-fixed-top();
-}
-
-#header form {
+.navbar form {
   .navbar-search();
   .pull-right();
   input[type="text"] {

  Modified: views/index.jade (+1 -1)
===================================================================
--- views/index.jade    2013-01-23 15:59:24 +0900 (97e2acf)
+++ views/index.jade    2013-01-23 16:04:00 +0900 (c113884)
@@ -7,7 +7,7 @@ html(lang='ja')
     link(rel='stylesheet', href=prefix + '/styles/override.css', type='text/css', media='screen')
     script(type='text/javascript', src=prefix + '/bootstrap/js/bootstrap.min.js')
   body
-    #header
+    .navbar.navbar-fixed-top
       .navbar-inner
         .container
           a.brand(href=prefix + '/dashboard') Express Kotoumi Dashboard
-------------- next part --------------
HTML����������������������������...
Download 



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