diff options
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 957ad048..e5b4d5c6 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -25,12 +25,31 @@ html, input, textarea, button, span { h1, h2 { font-weight: normal; + padding: 24px; } ul { list-style-type: none; } +legend { + color: #88958d; + margin: 0; + padding: 12px; + width: 100%; +} + +fieldset { + border: 0; + padding: 12px; + margin: 0; + min-width: 0; +} + +body:not(:-moz-handler-blocked) fieldset { + display: table-cell; +} + a { color: #069; text-decoration: none; |