Commit 87ad9479ea875c9e8f1babaf9ed29230ccce0415
- Diff rendering mode:
- inline
- side by side
app/stylesheets/screen.sass
(2 / 2)
|   | |||
| 41 | 41 | height: 50px | |
| 42 | 42 | padding: 20px 0 10px 0 | |
| 43 | 43 | h1 | |
| 44 | +font-size(20px) | ||
| 44 | +font-size(19px) | ||
| 45 | 45 | display: inline | |
| 46 | text-transform: uppercase | ||
| 46 | font-weight: bold | ||
| 47 | 47 | .account | |
| 48 | 48 | +column(575px,last) | |
| 49 | 49 | text-align: right |
|   | |||
| 27 | 27 | ||
| 28 | 28 | #Header { float: left; margin-right: 0px; width: 975px; } | |
| 29 | 29 | #Header .title { float: left; margin-right: 10px; width: 390px; height: 50px; padding: 20px 0 10px 0; } | |
| 30 | #Header .title h1 { font-size: 153.846%; display: inline; text-transform: uppercase; } | ||
| 30 | #Header .title h1 { font-size: 146.154%; display: inline; font-weight: bold; } | ||
| 31 | 31 | #Header .account { float: left; margin-right: 0px; width: 575px; text-align: right; } | |
| 32 | 32 | #Header .openid_identifier { background: url(../images/login-bg.gif) no-repeat; background-color: #fff; backgroung-position: 0 50%; color: #000; padding-left: 18px; width: 150px; } | |
| 33 | 33 |

