diff options
| author | ryderr <r@okfoc.us> | 2014-10-08 16:11:32 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-08 16:11:32 -0400 |
| commit | 1fb387d7329f54fe845d49a038e9ce4daf868852 (patch) | |
| tree | 3f3b6aee9ae55824ff416f8cb5469df867131eff | |
| parent | 48aa49dbcb5436d7d3204c845df8e37afc0301b1 (diff) | |
css
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 0062dca..901932a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -324,12 +324,7 @@ iframe.embed { z-index: -1; pointer-events: none; } -.projectList { - display: inline-block; - float: left; - width: 98vw; - margin: 2vw; -} + .projectList a { width: 32vw; @@ -695,7 +690,6 @@ border-left: 1px solid black; .templates span { display: block; float: left; - background: white; margin: 2vw; padding: 2vw; cursor:pointer; @@ -718,14 +712,11 @@ border-left: 1px solid black; font-weight: 300; } -.templates span:hover, + .templates span:hover .image { background-color: #f00; cursor:pointer; } -.templates span:hover label { - color: white; -} .templates h1 { font-weight: 300; |
