Skip to content

Commit

Permalink
minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoutberni committed Mar 27, 2016
1 parent f6ff1ca commit 96b8ae0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions site/oeffis.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
src: url('assets/RobotoCondensed-Regular.ttf');
}
@font-face {
font-family: 'Roboto Condensed';
src: url('assets/RobotoCondensed-Bold.ttf');
font-weight: bold;
font-family: 'Roboto Condensed';
src: url('assets/RobotoCondensed-Bold.ttf');
font-weight: bold;
}

body {
margin:0;
font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
background-color: black;
color: #ddd;
color: #eee;
}

h1 { margin: 20px; }
Expand Down Expand Up @@ -65,7 +65,7 @@ tr > td:nth-child(2) span {
}

tr > td:nth-child(2) img { height: 80%; }
tr > td:nth-child(3) { padding-right: 5px; }
tr > td:nth-child(3) { padding-right: 10px; }

td.time:nth-child(1)::before {
content: "⚫\00a0";
Expand Down Expand Up @@ -128,14 +128,14 @@ td.soon:nth-child(1)::before {
overflow: hidden;
white-space: nowrap;
}

tr > td:nth-child(2) span { height: 58px; }
tr > td:nth-child(2) img { height: 58px; }

.tram {
width: 58px;
tr > td:nth-child(2) span, tr > td:nth-child(2) img {
height: 58px;
min-width: 58px;
padding: 0 !important;
}
tr > td:nth-child(3) {
padding-left: 10px;
}
}

@keyframes blink {
Expand Down

0 comments on commit 96b8ae0

Please sign in to comment.