1
0

Proper CSS classes for styling markup buttons etc.

This commit is contained in:
Matthias Mees
2013-01-14 13:23:17 +01:00
parent 79353bc30e
commit 95ceae7711
3 changed files with 17 additions and 14 deletions

View File

@ -457,6 +457,10 @@ form > a {
padding: 0;
}
.hilite_b { font-weight: bold;}
.hilite_i { font-style: italic; }
.hilite_u { text-decoration: underline; }
/* BASIC FORM STYLES (forked from formalize.me)
----------------------------------------------------------------- */
@ -678,7 +682,6 @@ optgroup {
/* BACKEND FORM STYLES
----------------------------------------------------------------- */
label,
.standout,
legend > span,
figcaption { font-weight: bold; }