Fix h3 style and others.

This commit is contained in:
takezoe
2013-06-07 01:51:24 +09:00
parent 280fe85ff9
commit 8ee287b323
2 changed files with 6 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
</fieldset> </fieldset>
</div> </div>
</div> </div>
<!-- @*
<div class="box"> <div class="box">
<div class="box-header">Features</div> <div class="box-header">Features</div>
<div class="box-content"> <div class="box-content">
@@ -65,7 +65,7 @@
</dl> </dl>
</div> </div>
</div> </div>
--> *@
<fieldset> <fieldset>
<input type="submit" class="btn btn-primary" value="Apply changes"/> <input type="submit" class="btn btn-primary" value="Apply changes"/>
<!-- <!--

View File

@@ -91,6 +91,10 @@ h1.wiki-title {
margin-top: 0px; margin-top: 0px;
} }
h3 {
margin-top: 0px;
}
#repository-url { #repository-url {
background-color: white; background-color: white;
cursor: default; cursor: default;