浏览代码

Add %nav style and tweak %h2

tags/last-sinatra-version
Adrian Short 9 年前
父节点
当前提交
93bbd7afa0
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      public/style.css

+ 7
- 1
public/style.css 查看文件

@@ -99,7 +99,7 @@ h1


h2 h2
{ {
margin-top: 20px;
margin: 20px 0 0 0;
line-height: 1.5em; line-height: 1.5em;
font-weight: bold; font-weight: bold;
color: #555; color: #555;
@@ -160,6 +160,12 @@ tr
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }


nav
{
font-size: 85%;
margin: 0 0 0 0;
}

.right .right
{ {
text-align: right; text-align: right;


正在加载...
取消
保存