basically fixed
This commit is contained in:
parent
2223c562c0
commit
1fc01c3980
2 changed files with 9 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
.span-24.last
|
.span-24.last
|
||||||
.stream.notifications
|
.stream.notifications
|
||||||
- @group_days.each do |day, notes|
|
- @group_days.each do |day, notes|
|
||||||
.day.span-24.last
|
.day_group.span-24.last
|
||||||
.span-3
|
.span-3
|
||||||
.date
|
.date
|
||||||
.day= day.split(' ').last
|
.day= day.split(' ').last
|
||||||
|
|
|
||||||
|
|
@ -2252,7 +2252,14 @@ h3,h4
|
||||||
:bottom 0.3em
|
:bottom 0.3em
|
||||||
:padding 0.2em 0.5em
|
:padding 0.2em 0.5em
|
||||||
:width 500px
|
:width 500px
|
||||||
:min-height 100px
|
|
||||||
|
.day_group
|
||||||
|
:min-height 100px
|
||||||
|
:margin
|
||||||
|
:bottom 10px
|
||||||
|
.stream_element
|
||||||
|
&:last-child
|
||||||
|
:border none
|
||||||
|
|
||||||
.stream.notifications
|
.stream.notifications
|
||||||
> li:hover
|
> li:hover
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue