aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorEvan Chiu2014-10-30 22:52:30 -0400
committerEvan Chiu2014-10-30 22:52:30 -0400
commit496b780ee2f9af613e3f3b92f86c369d654a6b48 (patch)
tree070be919697dc2848b62770c2e5797c56ca50523 /public/stylesheets
parent60de545f54eda6c9ce20d78030940bfaa1a34c40 (diff)
downloadsipping-point-496b780ee2f9af613e3f3b92f86c369d654a6b48.tar.bz2
Adding style, friends
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css40
1 files changed, 35 insertions, 5 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 30e047d..edf2c4b 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -1,8 +1,38 @@
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+ position: relative;
+ min-height: 100%;
+}
body {
- padding: 50px;
- font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
+ /* Margin bottom by footer height */
+ margin-bottom: 60px;
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: 60px;
+}
+
+
+/* Custom page CSS
+-------------------------------------------------- */
+/* Not required for template or sticky footer method. */
+
+body > .container {
+ padding: 60px 15px 0;
+}
+.container .text-muted {
+ margin: 20px 0;
}
-a {
- color: #00B7FF;
-} \ No newline at end of file
+.footer > .container {
+ padding-right: 15px;
+ padding-left: 15px;
+}
+
+code {
+ font-size: 80%;
+}