diff options
| author | Marc Florisson | 2012-09-11 10:10:44 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-09-11 10:10:44 +0200 |
| commit | 9c0bb330e775e932bbeb8f7d02e262f0cbadd9b5 (patch) | |
| tree | fa1ead82d3bc4f83aafc4661ef03cdf22afccdb9 | |
| parent | f051ab0b694874b7480ed27c4bb0f9f530913004 (diff) | |
| download | chouette-core-9c0bb330e775e932bbeb8f7d02e262f0cbadd9b5.tar.bz2 | |
fix time table css
| -rw-r--r-- | app/assets/stylesheets/time_tables.css.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/time_tables.css.scss b/app/assets/stylesheets/time_tables.css.scss index 81beb645b..6a168eb4f 100644 --- a/app/assets/stylesheets/time_tables.css.scss +++ b/app/assets/stylesheets/time_tables.css.scss @@ -109,6 +109,8 @@ padding: 0 0 0 0; width: 100%; list_style: none outside none; + margin-top: 0.5em; + margin-bottom: 1em; } .day_type ol li { float: left; |
