Skip to content

Commit bff36b2

Browse files
author
Nicholas Thomson
committed
Merge pull request #127 from cloudspace/67442698_resize_forkme_button
don't resize bottom forkme ribbon
2 parents da97f3c + 7d3bfd6 commit bff36b2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

app/styles/main.less

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -515,14 +515,7 @@ header{
515515

516516
.forkme {
517517
right: 0;
518-
width: 115px;
519-
height: 115px;
520518
position: absolute;
521-
522-
img {
523-
height: 115px;
524-
width: 115px;
525-
}
526519
}
527520

528521
.header-text {
@@ -615,7 +608,7 @@ header{
615608

616609
background: white 20px center no-repeat;
617610

618-
611+
619612
-webkit-transition: color 1s, background-color 1s;
620613
}
621614

@@ -636,7 +629,7 @@ header{
636629
}
637630

638631
li.active {
639-
632+
640633
background-color: @active-container-blue;
641634
background-image: url('/images/check_mark.png');
642635
color: @white;

0 commit comments

Comments
 (0)