Add gravity flow demo
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
/*
|
||||
----------------------------------------------------------------
|
||||
|
||||
reset.css
|
||||
Gravity Forms CSS Reset
|
||||
http://www.gravityforms.com
|
||||
updated: March 15, 2015 1:36 PM
|
||||
|
||||
Gravity Forms is a Rocketgenius project
|
||||
copyright 2008-2015 Rocketgenius Inc.
|
||||
http: //www.rocketgenius.com
|
||||
this may not be redistributed without the
|
||||
express written permission of the author.
|
||||
|
||||
NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
|
||||
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
|
||||
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
|
||||
|
||||
----------------------------------------------------------------
|
||||
*/
|
||||
|
||||
html, body, fieldset, form, label, legend {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-size: 62.5%;
|
||||
line-height: 1.5;
|
||||
}
|
||||
Reference in New Issue
Block a user