Updated foundation.css
* Added some text-decoration and font-variant classes and a reset (normal) class.
This commit is contained in:
parent
a6ccb2c23e
commit
4cfce9fb3c
1 changed files with 8 additions and 0 deletions
8
css/foundation.css
vendored
Executable file → Normal file
8
css/foundation.css
vendored
Executable file → Normal file
|
@ -7,10 +7,18 @@
|
|||
.nowrap { white-space: nowrap }
|
||||
.bold { font-weight: bold }
|
||||
.italic { font-style: italic }
|
||||
.oblique { font-style: oblique }
|
||||
.clear { clear: both }
|
||||
.clear-left { clear: left }
|
||||
.clear-right { clear: right }
|
||||
.underline { text-decoration: underline }
|
||||
.overline { text-decoration: overline }
|
||||
.strike { text-decoration: line-through }
|
||||
.blink { text-decoration: blink }
|
||||
.float-left { float: left }
|
||||
.float-right { float: right }
|
||||
.small-caps { font-variant: small-caps }
|
||||
.upper { text-transform: uppercase }
|
||||
.lower { text-transform: lowercase }
|
||||
.capitalize { text-transform: capitalize }
|
||||
.normal { text-transform: none; font-style: normal; font-weight: normal; text-decoration: none }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue