Merge pull request #99 from lorenzhs/highlight

Fix highlight by moving to end of stylesheet
with-route-provider
David Cormier 12 years ago
commit 7e036d0495
  1. 12
      css/style.css

@ -1,9 +1,3 @@
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
/* style options, foreground */ /* style options, foreground */
.cof-separator { .cof-separator {
color: #68b5d4; color: #68b5d4;
@ -1936,3 +1930,9 @@
font-style: normal; font-style: normal;
text-decoration: none; text-decoration: none;
} }
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
Loading…
Cancel
Save