diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
| commit | fd1763e460efaac8e2befc6b24bbbbd4a92008f0 (patch) | |
| tree | 7076e945da841b2a24ba46deb3f54df422a88fbd /public | |
| parent | 6e5dbdeb78b72bf9775ed2ea233db0b2ad8b5e41 (diff) | |
| parent | 7990eabde341aa44f20f22927954bca6783dc60f (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index fbe9140..e278fab 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -69,6 +69,10 @@ a{ } #help-button { display: none; + border-right:0px!important; +} +.editProfile, .profileLink { + border-right:0px!important; } .editing #help-button { display: inline; @@ -318,15 +322,6 @@ iframe.embed { width: 100%; height: 50vh; } -.projectList .room:hover .holder{ - background: rgba(255,255,255,0); -} -.projectList .holder{ - background: rgba(255,255,255,0.7); - -webkit-transition:2s background; - -moz-transition:2s background; - transition:2s background; -} .room .images { position: absolute; @@ -491,7 +486,7 @@ iframe.embed { border-right:1px solid; } -.topLinks a:last-child { +.page .topLinks a:last-child { border-right:0px solid; } .topLinks a:hover { |
