|
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
data Style |
First class style elements. Intended for CSS2.
| Constructors | NoStyle | | (:=:) String String | primitive style name :=: value
| (:^:) Style Style | combine two styles
| Named String | reference to style sheet
|
| Instances | |
|
|
using |
:: Monad m | | => Style | | -> (WithHTML x m b -> c) | a field constructor, typically HTMLField
| -> WithHTML x m b | | -> c | styled version of this constructor
| Attaches a style to a field constructor.
|
|
|
Produced by Haddock version 0.7 |