ソースを参照

CSS spacing fix.

pull/24/head
Ben Kurtovic 10年前
コミット
dc21e2b15f
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      static/style.css

+ 2
- 1
static/style.css ファイルの表示

@@ -26,7 +26,7 @@ div#header {

div#container {
line-height: 1.25;
margin: 0 60px 45px 60px;
margin: 0 60px 75px 60px;
padding: 5px 15px 15px 15px;
border: 1px solid #777;
background-color: #FFF;
@@ -35,6 +35,7 @@ div#container {
div#footer {
position: fixed;
width: 100%;
height: 45px;
bottom: 0;
font-size: 0.85em;
text-align: center;


読み込み中…
キャンセル
保存