Skip to content

Commit

Permalink
Remove gaphs between slides
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 7, 2013
1 parent ada8bb7 commit 984f416
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 2013/noflo-fscons/slides.gss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.slide[width] == ::window[width];
.slide[height] == ::window[height];

@vertical .slide gap(10);
@vertical .slide gap(0);

#cover-img[center-x] == #cover[center-x];
#cover-img[center-y] == #cover[center-y];
Expand All @@ -21,7 +21,7 @@
background-image: url('http://bergie.iki.fi/about/pictures/amsterdam.jpg');
background-height: 100%;
background-repeat: no-repeat;
background-position: center;
background-position: top center;
background-color: #000000;
}

Expand Down Expand Up @@ -50,6 +50,9 @@
#puredata-text[center-x] == #puredata[center-x];
#puredata-text[width] == #puredata[width];
#puredata-text[height] == #puredata-text[intrinsic-height];
#puredata {
background-color: #ffffff;
}
#puredata-text {
color: #ffffff;
background-color: hsla(180, 11%, 11%, 0.8);
Expand Down

0 comments on commit 984f416

Please sign in to comment.