summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rw-r--r--StoneIsland/www/css/index.css19
1 files changed, 1 insertions, 18 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index 5ac5d15d..c6eaadcf 100644
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -9,23 +9,6 @@ body {
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: white;
- font-family: 'HelveticaNeue-Light', 'HelveticaNeue', sans-serif;
+ font-family: pfd, sans-serif;
font-size: 12px;
}
-
-
-#nav {
- width: 300px;
- -webkit-transform: translateZ(0) translateX(-300px);
- -webkit-transition: -webkit-transform 0.3s;
-}
-#content {
- -webkit-transform: translateZ(0) translateX(0px);
- -webkit-transition: -webkit-transform 0.3s;
-}
-body.nav #nav {
- -webkit-transform: translateZ(0) translateX(0);
-}
-body.nav #content {
- -webkit-transform: translateZ(0) translateX(300px);
-}