From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- static/css/custom.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 static/css/custom.css (limited to 'static/css/custom.css') 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 -- cgit v1.3.1