Browse Source

Removed top border from audio video.

Decreased right padding for overlay logo.
pull/119/head
Simon Eisenmann 11 years ago
parent
commit
01c06fc09f
  1. 3
      src/styles/components/_audiovideo.scss
  2. 2
      static/css/main.min.css

3
src/styles/components/_audiovideo.scss

@ -20,7 +20,6 @@ @@ -20,7 +20,6 @@
*/
#audiovideo {
border-top: 1px solid $bordercolor;
bottom: 0;
left: 0;
position: absolute;
@ -269,7 +268,7 @@ @@ -269,7 +268,7 @@
opacity: .5;
pointer-events: none;
position: absolute;
right: 4%;
right: 2.5%;
top: 4%;
width: 20%;
z-index: 2;

2
static/css/main.min.css vendored

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