Skip to content

Commit

Permalink
Fixed Error sass - combining ul and blockquiote
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkfabisch committed Nov 30, 2014
1 parent 2fc75a0 commit b41442c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 15 deletions.
39 changes: 39 additions & 0 deletions _posts/2014-11-30-mediator_features.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: post
title: "Mediator Features"
date: 2014-11-30 14:34:25
categories: mediator feature
tags: featured
image: /assets/article_images/2014-11-30-mediator_features/night-track.JPG
---
#Mediator Formats and CSS features

Examples for different formats and css features

#Header Formats
#Header1
##Header2

#Blockquotes
>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
#Lists
##orderd lists
1. one
2. two
3. three

##unorderd lists
- Apple
- Banana
- Plum

#Links
This is an [example link](http://example.com/ "With a Title").

#Combinations
>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
>
> - Apple
> - Banana
> - Plum
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 17 additions & 15 deletions css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -400,29 +400,31 @@ body
border-top: 1px solid #ddd
blockquote
margin: 0 0 30px
border: none
margin-left: -26px
border-left: 3px solid #57ad68
padding-left: 20px
p
letter-spacing: 0.01rem
font-weight: 400
font-style: italic
border-left: 3px solid #57ad68
padding-left: 20px
margin-left: -26px
mborder-left: 3px solid #57ad68
mpadding-left: 20px
mmargin-left: -26px
padding-bottom: 3px
ul, ol
padding: 0 0 30px
margin: 0
li
padding: 0
font-weight: 400
font-style: normal
font-size: 23px
line-height: 30px
margin-left: 30px
margin-bottom: 12px
padding-top: 2px
p
padding: 0 0 golden-ratio(1rem, 1)
li
padding: 0
font-weight: 400
font-style: normal
font-size: 23px
line-height: 30px
margin-left: 30px
margin-bottom: 12px
padding-top: 2px
p
padding: 0 0 golden-ratio(1rem, 1)
ol li
list-style-type: decimal
.bottom-teaser
Expand Down

0 comments on commit b41442c

Please sign in to comment.