diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 12:26:38 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 12:26:38 -0400 |
| commit | 7767259acb90375f55b15ad906e3d434219d43fc (patch) | |
| tree | 91884e3f39d18fe3e8f6d690b775e75d23794737 /public | |
| parent | 59968931216c449aebdabcfb25b9792fdbbe8931 (diff) | |
no border on side
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 { |
