Rename CSS class "listing" to "panel"

This commit is contained in:
Frederic Guillot
2017-01-08 11:43:30 -05:00
parent 348f4491ff
commit 6bfafb6e82
25 changed files with 52 additions and 52 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,10 @@
@import variables
.listing
.panel
border-radius: 4px
padding: 8px 35px 8px 14px
margin-bottom: 20px
padding: 8px 35px 8px 10px
margin-top: 10px
margin-bottom: 15px
border: 1px solid #ddd
color: color('primary')
background-color: bg-color('light')
@@ -11,7 +12,4 @@
li
list-style-type: square
margin-left: 20px
margin-bottom: 3px
ul
margin-top: 15px
margin-bottom: 15px
line-height: 1.35em

View File

@@ -49,7 +49,7 @@
@import markdown_editor
@import markdown_rendering
@import documentation
@import listing
@import panel
@import activity_stream
@import gantt_chart
@import user_mentions