| @@ -2,20 +2,20 @@ body { | |||
| background-color: #fff; | |||
| color: #333; | |||
| font-family: "Helvetica Neue", arial, helvetica, sans-serif; | |||
| font-size: 13px; | |||
| line-height: 18px; | |||
| font-size: 62.5%; | |||
| line-height: 2.5rem; | |||
| width: 800px; | |||
| margin: 60px auto; | |||
| margin: 40px auto; | |||
| } | |||
| p, ol, ul, td { | |||
| font-size: 13px; | |||
| line-height: 18px; } | |||
| font-size: 1.0rem; | |||
| line-height: 1.4rem; } | |||
| pre { | |||
| background-color: #eee; | |||
| padding: 10px; | |||
| font-size: 11px; } | |||
| font-size: 1.1rem; } | |||
| a { | |||
| color: #00458f; | |||
| @@ -25,13 +25,12 @@ a { | |||
| &:hover { | |||
| color: #fff; | |||
| background-color: #ccc; | |||
| padding: 5px 5px;} } | |||
| /* line-height: 2rem */;} } | |||
| div { | |||
| &.field, &.actions { | |||
| margin-bottom: 30px; | |||
| font-size: 1.1rem; | |||
| } } | |||
| #notice { | |||
| @@ -108,13 +107,14 @@ background-color: white; | |||
| margin: 0 0 20px 0; | |||
| } | |||
| .feed_title { | |||
| font-size: 2.0em; | |||
| line-height: 1.1em; | |||
| .feed_title a { | |||
| font-size: 1.6rem; | |||
| line-height: 1.6rem; | |||
| } | |||
| table { | |||
| margin: 40px 0; | |||
| border-collapse: collapse; | |||
| } | |||
| td { | |||
| @@ -122,13 +122,21 @@ td { | |||
| /* background-color: #bbb; */ | |||
| } | |||
| td a { | |||
| font-size: 1.5rem; | |||
| line-height: 1.5rem; | |||
| } | |||
| td:last-child { | |||
| padding-right: 0; | |||
| /* text-align: right; */ | |||
| } | |||
| th { | |||
| padding: 0 20px 10px 0; | |||
| text-align: left; | |||
| font-size: 0.9rem; | |||
| } | |||
| .right { | |||
| @@ -136,15 +144,15 @@ th { | |||
| } | |||
| h1 { | |||
| font-size: 3.2em; | |||
| font-size: 3.0rem; | |||
| font-weight: normal; | |||
| line-height: 1.2em; | |||
| margin: 20px 0 80px 0; | |||
| line-height: 3.5rem; | |||
| margin: 0 0 80px 0; | |||
| text-align: left; | |||
| } | |||
| h2 { | |||
| font-size: 2.3em; | |||
| font-size: 2.0rem; | |||
| font-weight: normal; | |||
| } | |||
| @@ -165,16 +173,13 @@ h2 { | |||
| #userbar { | |||
| margin-bottom: 40px; | |||
| margin-top: 40px; | |||
| } | |||
| table { | |||
| border-collapse: collapse; | |||
| margin-top: 20px; | |||
| font-size: 1.0rem; | |||
| } | |||
| #feed_feed_url { | |||
| font-size: 1.2rem; | |||
| width: 600px | |||
| width: 660px | |||
| } | |||
| #submit { | |||