diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-30 17:47:23 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-30 17:47:23 -0400 |
| commit | a5df286cb2f9484ccbb883a5057a6d827ccb8703 (patch) | |
| tree | 885a27ae8781f20b8ef83fc2e965217cb8898f25 /public | |
| parent | f8a0d855aac6c3b7c1002b85e0a070d4c9c1eeac (diff) | |
| parent | e06fa1dc74532463d64060e2ba21799848a8e47e (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 496d7f4..30478a4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -50,10 +50,14 @@ a{ width: 100%; top: 0; left: 0; - background: white; z-index: 6; } +.page #header { + background: white; + border-bottom: 1px solid; +} + /*page*/ .topLogo { @@ -355,7 +359,7 @@ iframe.embed { font-size: 148px; background-size: cover; background-position: center; - width: 33.3333%; + width: 40%; height: 50vh; float: left; } @@ -375,7 +379,13 @@ iframe.embed { font-weight: 300; float:left; text-decoration: none; - border-bottom:1px solid transparent; +} +.page .topLinks a { + border-right:1px solid; +} + +.topLinks a:last-child { + border-right:0px solid; } .topLinks a:hover { background: black; @@ -384,13 +394,12 @@ iframe.embed { .profilepage .bio { text-align: left; padding: 0 5%; - width: 66.5%; + width: 60%; background-image: url(../img/pattern.png); background-size: 100%; background-color: lightyellow; display: table; height: 50vh; - border-top: 1px solid; float: left; } @@ -784,7 +793,7 @@ iframe.embed { left: 0; width: 100%; height: 100%; - z-index: 3; + z-index: 6; overflow-y: scroll; } @@ -992,9 +1001,8 @@ iframe.embed { } .mediaDrawer h2{ - font-size: 18px; + font-size: 24px; display: inline-block; - margin-top: 20px; position:relative; z-index:4; } |
