mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
e2a9ec214a
Note that this isn't the best way of keeping track of this shared functionality, but the ssorgsites module hasn't been released on github yet, and it's not clear that this will be the best way of sharing styles in the long run.
12 lines
353 B
CSS
Executable File
12 lines
353 B
CSS
Executable File
/** ----------------------------------------------------------
|
|
*
|
|
* Contains the generic theme form styles
|
|
*
|
|
* Vertical alignment 9px.
|
|
*
|
|
* @author Michael Andrewartha <michael at silverstripe dot com>
|
|
* @author Will Rossiter <will at silverstripe dot com>
|
|
* ------------------------------------------------------- */
|
|
form fieldset {
|
|
border: 0;
|
|
} |