summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-15 16:54:38 -0400
committerJules Laplace <jules@okfoc.us>2015-09-15 16:56:28 -0400
commitd5855a5d5b7c16a2c262ad2b98aabe5e8dd161f0 (patch)
tree6debdaea50594aa9a57707d2cb2e360b5f5aa6d8 /StoneIsland/www/css/index.css
parent007ef2401acf0a98d7412dba06e1acd5f3957a1b (diff)
begin writing navigation css
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);
-}