diff options
author | MaZderMind | 2015-04-04 20:11:25 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-04 20:12:49 +0200 |
commit | 0fb8904157ea87997fa662ad2c975d773dd75455 (patch) | |
tree | 9d3f1c505fd499f637bc4926a7feb19fffce4c5e /assets | |
parent | 69c2ec30e6131a2ad205a4a1b77abcbed40c7670 (diff) |
Implement Close-Down Page with Upcoming Event
Diffstat (limited to '')
-rw-r--r-- | assets/css/_bootstrap-selection.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/_bootstrap-selection.less b/assets/css/_bootstrap-selection.less index dcddb2e..8d532ca 100644 --- a/assets/css/_bootstrap-selection.less +++ b/assets/css/_bootstrap-selection.less @@ -33,7 +33,7 @@ @import "bootstrap-3.3.2/alerts.less"; //@import "bootstrap-3.3.2/progress-bars.less"; //@import "bootstrap-3.3.2/media.less"; -//@import "bootstrap-3.3.2/list-group.less"; +@import "bootstrap-3.3.2/list-group.less"; @import "bootstrap-3.3.2/panels.less"; //@import "bootstrap-3.3.2/responsive-embed.less"; @import "bootstrap-3.3.2/wells.less"; |