summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css49
1 files changed, 1 insertions, 48 deletions
diff --git a/css/content.css b/css/content.css
index 97d23dd70..27bfca242 100644
--- a/css/content.css
+++ b/css/content.css
@@ -33,53 +33,6 @@
text-decoration: underline;
}
-/**
- * First run styles
- */
-#first-run {
- display: none;
- height: 100%;
- width: 100%;
-}
-
-.first-run #first-run {
- display: block;
-}
-
-#first-run > div {
- width: 100%;
- height: 100%;
- display: table;
-}
-
-#first-run > div > div {
- display: table-row;
-}
-
-#first-run > div > div > * {
- display: table-cell;
- vertical-align: middle;
-}
-
-
-#first-run .title h1 {
- color: #222;
- font-size: 18px;
- text-align: center;
-}
-
-#first-run .helper h1 {
- color: #222;
- font-size: 18px;
- height: 44px;
- padding-left: 45px;
- background-position: 15px center;
- background-image: url('../img/arrow.svg');
- background-repeat: no-repeat;
-}
-.first-run #app-content-wrapper {
- height: 100%;
-}
/**
* Content styles
@@ -93,7 +46,7 @@
display: none;
}
-#app-content:not(.first-run):after {
+#app-content:not(.explore):after {
content: '';
display: block;
height: 100%;