diff options
| author | jpl | 2017-04-21 17:12:09 +0200 | 
|---|---|---|
| committer | jpl | 2017-04-21 17:12:09 +0200 | 
| commit | cd7ff9cb8997741f52ed526fda1076ea554dd0b5 (patch) | |
| tree | 6c40f814c33fe2af0b7353633e0eff54d0600af4 | |
| parent | 1f53d22711e19c960d313256fcfe502ab28edac3 (diff) | |
| download | chouette-core-cd7ff9cb8997741f52ed526fda1076ea554dd0b5.tar.bz2 | |
Fix jp end of stop_areas list grey line (css only)
| -rw-r--r-- | app/assets/stylesheets/modules/_jp_collection.sass | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/modules/_jp_collection.sass b/app/assets/stylesheets/modules/_jp_collection.sass index eff1e2abc..d1f864e5c 100644 --- a/app/assets/stylesheets/modules/_jp_collection.sass +++ b/app/assets/stylesheets/modules/_jp_collection.sass @@ -78,3 +78,7 @@          &:after            bottom: -6px + +      .t2e-head > .td:last-child > div > span +        &:after +          bottom: 50%  | 
