浏览代码

Style improvements

tags/last-sinatra-version
Adrian Short 14 年前
父节点
当前提交
b5cec26d33
共有 2 个文件被更改,包括 20 次插入22 次删除
  1. +20
    -20
      public/style.css
  2. +0
    -2
      views/home.haml

+ 20
- 20
public/style.css 查看文件

@@ -26,6 +26,11 @@ input.postcode
text-transform: uppercase;
}

#header
{
margin-bottom: 0px;
}

#main
{
margin: 30px 0;
@@ -48,7 +53,7 @@ input.postcode

a, a:visited
{
background-color: #e0ffd4;
background-color: #d9ec96;
padding: 2px 5px;
color: #111;
text-decoration: none;
@@ -57,20 +62,7 @@ a, a:visited
a:hover
{
background-color: #4f4f4f;
color: #e0ffd4;
}

h2
{
margin-top: 50px;
line-height: 1.5em;
font-weight: bold;
color: #000;
}

form
{
font-size: 150%;
color: #86a11d;
}

a.date
@@ -87,17 +79,25 @@ a.date
-moz-transform: rotate(-90deg);
}

#header
h1
{
margin-bottom: 0px;
margin-top: 20px;
line-height: 1.5em;
font-weight: bold;
color: #86a11d;
}

h1
h2
{
margin-top: 20px;
margin-top: 50px;
line-height: 1.5em;
font-weight: bold;
color: #000;
color: #86a11d;
}

form
{
font-size: 150%;
}

.candidate_name


+ 0
- 2
views/home.haml 查看文件

@@ -3,8 +3,6 @@
Vote for your MP and
%br
councillors in Sutton
%br
on 6 May
%p
On 6 May 2010 you can vote to


正在加载...
取消
保存