Browse Source

Fix houndci formatting errors.

pull/149/head
Evan Theurer 11 years ago
parent
commit
bc1144619e
  1. 7
      src/styles/components/helptour.scss
  2. 2
      src/styles/main.scss
  3. 4
      static/css/main.min.css

7
src/styles/components/helptour.scss

@ -27,7 +27,7 @@ $darken-tour-opacity: .4; @@ -27,7 +27,7 @@ $darken-tour-opacity: .4;
text-align: center;
hr {
margin: 10px 0;
margin: 10px 0;
}
}
@ -40,7 +40,7 @@ $darken-tour-opacity: .4; @@ -40,7 +40,7 @@ $darken-tour-opacity: .4;
}
.popover {
opacity: 0.95;
opacity: .95;
}
.twoThirdsLeft {
@ -70,6 +70,7 @@ $darken-tour-opacity: .4; @@ -70,6 +70,7 @@ $darken-tour-opacity: .4;
left: initial;
right: 280px;
top: 70px;
.arrow {
top: 20%;
}
@ -103,8 +104,8 @@ $darken-tour-opacity: .4; @@ -103,8 +104,8 @@ $darken-tour-opacity: .4;
}
.welcomePane {
position: relative;
margin: 0 auto;
position: relative;
top: 150px;
.btn {

2
src/styles/main.scss

@ -52,6 +52,6 @@ @@ -52,6 +52,6 @@
@import 'components/contactsmanager';
@import 'components/presentation';
@import 'components/youtubevideo';
@import "components/helptour";
@import 'components/helptour';
@import 'shame';

4
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save