Skip to content

Commit

Permalink
CSS adjustment(h2&h3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikidog committed Mar 22, 2012
1 parent 0c17582 commit a475538
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ja/support/.DS_Store
.DS_Store

.DS_Store

.DS_Store
11 changes: 10 additions & 1 deletion docs/static/groonga.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}


Expand Down
11 changes: 10 additions & 1 deletion ja/docs/static/groonga.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}


Expand Down

0 comments on commit a475538

Please sign in to comment.