diff options
| author | ryderr <r@okfoc.us> | 2014-10-31 17:06:17 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-31 17:06:17 -0400 |
| commit | 9da91f0d5447248ec77576d9dc6d66090790ae67 (patch) | |
| tree | bd10da0f6a26a0aea49deccdee59d881363753c7 | |
| parent | 75e49fa6b145f56e4db14b69c8a32717b5bc7414 (diff) | |
stylez
| -rwxr-xr-x | public/assets/stylesheets/app.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ce0c1cc..ab867a4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -327,6 +327,7 @@ h5 { text-align: left; border-top: 1px solid; padding:10% 0; + margin-bottom:20px; } .projectList.about .item{ @@ -2691,10 +2692,7 @@ a[data-role="forgot-password"] { height: 180px; width: 50%; } - .profilepage .bio h2 { - font-weight: 300; - font-size: 30px; - } + .profilePic { width: 50%; height: 180px; @@ -2704,6 +2702,10 @@ a[data-role="forgot-password"] { font-weight: 500; font-size: 17px; } + .page .projectList label { + font-weight:600; + border:0; + } .projectList.about { text-align: center; padding: 0px 0; @@ -2737,7 +2739,7 @@ a[data-role="forgot-password"] { padding: 18px 0; } .footer a, .footer span { - margin: 9px; + margin: 4px; } #keyhint { display:none; @@ -2749,6 +2751,12 @@ a[data-role="forgot-password"] { .projectList .room { width: 100%; height: 280px; + margin: 0; + } + .mediaDrawer form h2 { + margin-bottom: 26px; + width: 100%; + text-align: left; } .aboutRoom { width: 170px; |
