diff options
| author | MaZderMind | 2014-10-20 21:39:54 +0200 | 
|---|---|---|
| committer | MaZderMind | 2014-10-20 21:39:54 +0200 | 
| commit | 66130de80ca213d7349c578b0cfd6a860f7bc7eb (patch) | |
| tree | 9eaaea9a0870e48739adf6583631ae120d576851 /assets/css/src | |
| parent | cbd2ca293077e9deaf47e3ad4676c81e4fd1265c (diff) | |
directlink to irc
Diffstat (limited to '')
| -rw-r--r-- | assets/css/src/lustige-styles.scss | 13 | 
1 files changed, 10 insertions, 3 deletions
| diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index 0a12245..639a746 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -23,6 +23,8 @@ body {    width: 100%;    overflow: hidden;    overflow-y: initial; + +  margin-bottom: 10px;  }  .top-space { @@ -350,18 +352,23 @@ a.inverted {    .click-to-irc {      background-image: url(../img/irc-soft.png);      height: 376px; -    line-height: 376px;      border: 2px solid $gray-dark;      text-align: center;      cursor: pointer; -    span { font-size: 60px; } +    .activator { +      margin-top: 120px; +      font-size: 60px; +      a { +        font-size: 40px; +      } +    }      iframe { display: none; }      &.active {        background-image: none; -      span { display: none; } +      .activator { display: none; }        iframe { display: block; }      } | 
