Browse Source

Add cascading results again

tags/v1.0^2
Benjamin Attal 10 years ago
parent
commit
08a8daa227
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      static/sass/index.sass

+ 2
- 3
static/sass/index.sass View File

@@ -302,9 +302,7 @@ div#results
div.result div.result
width: $resultWidth width: $resultWidth
height: 200px height: 200px
margin-top: 2%
margin-bottom: 10%

margin-bottom: 100%


table table
border-collapse: collapse border-collapse: collapse
@@ -316,6 +314,7 @@ div#results


&.cascade &.cascade
@extend .t3 @extend .t3
margin-bottom: 10%


div#display-info div#display-info
font-size: 1.3em font-size: 1.3em


Loading…
Cancel
Save