summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-28 17:22:28 -0400
committerJules Laplace <jules@okfoc.us>2014-08-28 17:22:28 -0400
commite200f73bdc55e4b6e3dcdf17f5fb5bfd6c020c2a (patch)
tree02a2435485c07824f552b99177ac0a4d42bb4203 /public/assets/stylesheets
parenta25d72ef6c31a75c1852dd9acf9dbb5b8b2c5a00 (diff)
split out walls stuff, remove dead code
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css20
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;