diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-28 17:22:28 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-28 17:22:28 -0400 |
| commit | e200f73bdc55e4b6e3dcdf17f5fb5bfd6c020c2a (patch) | |
| tree | 02a2435485c07824f552b99177ac0a4d42bb4203 /public/assets/stylesheets | |
| parent | a25d72ef6c31a75c1852dd9acf9dbb5b8b2c5a00 (diff) | |
split out walls stuff, remove dead code
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 493cf67..c2e7119 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -768,13 +768,13 @@ iframe.embed { content:"show map"; } .fixed { - position:fixed; - top:0; - left:0; - width:100%; - height:100%; - z-index:3; - overflow-y:scroll; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 3; + overflow-y: scroll; } .fixed::-webkit-scrollbar { @@ -794,7 +794,7 @@ iframe.embed { } .fixed::-moz-scrollbar-track { - background:white; + background: white; } .fixed::-moz-scrollbar-thumb{ @@ -1116,9 +1116,9 @@ iframe.embed { } .wallpaper.active .swatches .swatch { width: 40px; - height: 35px; + height: 40px; display: inline-block; - border:1px solid; + border: 1px solid; background-size: contain; -webkit-transition: -webkit-transform 0.1s ease-in-out; line-height: 0; |
