Feature #883 » application_handheld_css.diff
| public/stylesheets/application_handheld.css 2012-01-28 21:03:46.000000000 +0000 | ||
|---|---|---|
| 1 | html {overflow-y:scroll;} | |
| 2 | body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } | |
| 1 | html {overflow-y:scroll; } | |
| 2 | body { font-family: Verdana, sans-serif; font-size: 40px; color:#484848; margin: 0; padding: 0; min-width: 1500px; } | |
| 3 | 3 | |
| 4 | 4 | h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} | 
| 5 | 5 | h1 {margin:0; padding:0; font-size: 24px;} | 
| ... | ... | |
| 96 | 96 | .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } | 
| 97 | 97 | |
| 98 | 98 | /***** Links *****/ | 
| 99 | a, a:link, a:visited{ color: #2A5685; text-decoration: none; } | |
| 99 | a, a:link, a:visited{ color: #0A2645; text-decoration: none; } | |
| 100 | 100 | a:hover, a:active{ color: #c61a1a; text-decoration: underline;} | 
| 101 | 101 | a img{ border: 0; } | 
| 102 | 102 | |