diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 01:00:38 -0400 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 01:00:38 -0400 |
| commit | 57aa89824a8dabb631c15af986a39e779d0fe3cb (patch) | |
| tree | 2df3bf79026e1c544e57375566297bcc7634afa5 /static/css/custom.css | |
| download | website-57aa89824a8dabb631c15af986a39e779d0fe3cb.tar.gz website-57aa89824a8dabb631c15af986a39e779d0fe3cb.zip | |
inital
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..2f2a140 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,28 @@ +pre.centered { + display: inline-block; + position: relative; + padding: 9.5px; + margin: auto auto 10px auto; + font-size: 13px; + line-height: 1.42857; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #F5F5F5; + border: 1px solid #CCC; + border-radius: 4px; + width: auto; +} + +.intro-header .form-heading { + padding: 100px 0px 50px; + color: #000; +} + +.intro-header .form-heading { + padding: 150px 0px; +} + +.intro-header .form-heading { + text-align: center; +}
\ No newline at end of file |
