New style for dates in "upcoming events".
This commit is contained in:
		| @@ -9,9 +9,7 @@ img.float-right { | |||||||
| 	padding: 0; | 	padding: 0; | ||||||
| 	list-style: none; | 	list-style: none; | ||||||
| } | } | ||||||
| .calendar-events p span { | .calendar-events ul .date { | ||||||
| 	float: right; |  | ||||||
| 	display: inline-block; |  | ||||||
| 	color: rgba(0,0,0,.5); | 	color: rgba(0,0,0,.5); | ||||||
| 	font-size: 0.8em; | 	font-size: 0.8em; | ||||||
| } | } | ||||||
| @@ -31,12 +29,13 @@ img.float-right { | |||||||
| .calendar-events a:hover, #ticker a:hover { | .calendar-events a:hover, #ticker a:hover { | ||||||
| 	text-decoration: underline; | 	text-decoration: underline; | ||||||
| } | } | ||||||
| .calendar-events ul span { | .calendar-events ul .time { | ||||||
| 	float: left; | 	float: left; | ||||||
| 	width: 4em; | 	width: 4em; | ||||||
| } | } | ||||||
| .calendar-events ul .icon { | .calendar-events ul .icon, .calendar-events ul .date { | ||||||
| 	float: right; | 	float: right; | ||||||
|  | 	margin-right: .5em; | ||||||
| } | } | ||||||
|  |  | ||||||
| #ticker { | #ticker { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user