summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-25 22:23:51 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-25 22:23:51 -0700
commit9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (patch)
tree51cb4f8038b5cf7c0776f75e287dc0d0131d38b1 /public/css
parenta3701e1e4f248ddb2e9fda275e55febecadc32cc (diff)
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css37
1 files changed, 35 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 4f53d68..7872e7e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,9 +1,23 @@
body {
- padding-top: 70px;
+ padding-top: 10px;
+}
+
+.header {
+ font-family:; "Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 22px;
+ font-weight: 500;
+ color: #888;
+ border-bottom: 6px #ddd solid;
+}
+
+.narrow {
+ max-width: 700px;
+ margin-right: auto;
+ margin-left: auto;
}
.footer {
- padding: 40px;
+ padding: 0;
margin-top: 20px;
text-align: center;
color: #999;
@@ -11,6 +25,25 @@ body {
border-top: 1px #e5e5e5 solid;
}
+.footer .nav {
+ max-width: 700px;
+ margin-right: auto;
+ margin-left: auto;
+}
+
+.footer .credits {
+ padding: 20px;
+ font-size: 12px;
+}
+
+
+.jumbotron .tagline {
+ font-size: 23px;
+}
+.jumbotron p {
+ font-size: 18px;
+}
+
/**
* Bootstrap callouts