Sidebar lists: No bullets, indent text
This commit is contained in:
parent
f5d4e676c0
commit
3ba4d29145
2 changed files with 7 additions and 1 deletions
|
|
@ -156,6 +156,12 @@ ul.iconlist {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.no-bullets {
|
||||||
|
list-style: none outside none;
|
||||||
|
margin-left: 15px;
|
||||||
|
text-indent: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
div.planetpost {
|
div.planetpost {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: $baseFontSize * 1.25;
|
font-size: $baseFontSize * 1.25;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
-----
|
-----
|
||||||
filter: erb
|
filter: erb
|
||||||
-----
|
-----
|
||||||
<ul><% @events.each do |e| %>
|
<ul class="no-bullets"><% @events.each do |e| %>
|
||||||
<li>
|
<li>
|
||||||
<% if e[:startdate].instance_of?(Date) %>
|
<% if e[:startdate].instance_of?(Date) %>
|
||||||
<% if e[:startdate]<e[:enddate] %>
|
<% if e[:startdate]<e[:enddate] %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue