Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/core.css
| Show First 20 Lines • Show All 83 Lines • ▼ Show 20 Lines | |||||
| h2 { | h2 { | ||||
| font-size: 14px; | font-size: 14px; | ||||
| } | } | ||||
| a { | a { | ||||
| -moz-outline-style: none; | -moz-outline-style: none; | ||||
| text-decoration: none; | text-decoration: none; | ||||
| color: #18559D; | color: #18559D; | ||||
btrahan: tangential, but here's that link color that could be a color constant I mentioned. | |||||
| cursor: pointer; | cursor: pointer; | ||||
| } | } | ||||
| a:hover { | .device-desktop a:hover { | ||||
| text-decoration: underline; | text-decoration: underline; | ||||
| } | } | ||||
| img { | img { | ||||
| display: block; | display: block; | ||||
| } | } | ||||
| .busy { | .busy { | ||||
| ▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines | |||||
tangential, but here's that link color that could be a color constant I mentioned.