[Groonga-commit] groonga/groonga.github.com [master] CSS adjustment(h2&h3)

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 22日 (木) 13:20:32 JST


kikidog	2012-03-22 13:20:32 +0900 (Thu, 22 Mar 2012)

  New Revision: a475538e1ec1531a796df92d0875ea67b02a33f2

  Log:
    CSS adjustment(h2&h3)

  Modified files:
    .DS_Store
    .gitignore
    docs/static/groonga.css
    ja/docs/static/groonga.css

  Modified: .DS_Store (+0 -0)
===================================================================
(Binary files differ)

  Modified: .gitignore (+2 -0)
===================================================================
--- .gitignore    2012-03-01 11:15:07 +0900 (64169c8)
+++ .gitignore    2012-03-22 13:20:32 +0900 (ebb5514)
@@ -9,3 +9,5 @@ ja/support/.DS_Store
 .DS_Store
 
 .DS_Store
+
+.DS_Store

  Modified: docs/static/groonga.css (+10 -1)
===================================================================
--- docs/static/groonga.css    2012-03-01 11:15:07 +0900 (8e4e00f)
+++ docs/static/groonga.css    2012-03-22 13:20:32 +0900 (67d52d6)
@@ -195,7 +195,7 @@ div.body h6
     margin: 0;
     padding-bottom: 10px;
     position: relative;
-    border-bottom: 3px solid #FAFAFA;
+    /*border-bottom: 3px solid #FAFAFA;*/
     color: #000;
     font-weight: bold;
 }
@@ -212,6 +212,15 @@ div.body h1{
 
 div.body h2{
 	font-size:large;
+	padding:10px 0;
+	border-bottom: 3px solid #DDD;
+
+}
+
+div.body h3{
+	font-size:medium;
+	padding:10px 0 0 0;
+	border-bottom:1px solid #EEE;
 }
 
 

  Modified: ja/docs/static/groonga.css (+10 -1)
===================================================================
--- ja/docs/static/groonga.css    2012-03-01 11:15:07 +0900 (8ff8c35)
+++ ja/docs/static/groonga.css    2012-03-22 13:20:32 +0900 (309b0eb)
@@ -195,7 +195,7 @@ div.body h6
     margin: 0;
     padding-bottom: 10px;
     position: relative;
-    border-bottom: 3px solid #FAFAFA;
+    /*border-bottom: 3px solid #FAFAFA;*/
     color: #000;
     font-weight: bold;
 }
@@ -212,6 +212,15 @@ div.body h1{
 
 div.body h2{
 	font-size:large;
+	padding:10px 0;
+	border-bottom: 3px solid #DDD;
+
+}
+
+div.body h3{
+	font-size:medium;
+	padding:10px 0 0 0;
+	border-bottom:1px solid #EEE;
 }
 
 




Groonga-commit メーリングリストの案内
Back to archive index