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

2
src/styles/main.scss

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

4
static/css/main.min.css vendored

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