A little page-specific styling for the css main page.
This commit is contained in:
parent
31af2778b0
commit
b156437018
@ -9,4 +9,4 @@ meta_description: Provides cross browser CSS3 mixins that take advantage of avai
|
|||||||
---
|
---
|
||||||
- render 'reference' do
|
- render 'reference' do
|
||||||
%p
|
%p
|
||||||
The CSS3 module provides cross-browser mixins for CSS properties introduced in CSS3, for example <code>border-radius</code> and <code>text-shadow</code>.
|
The CSS3 module provides cross-browser mixins for CSS properties introduced in CSS3, for example <code id="border-radius">border-radius</code> and <code id="text-shadow">text-shadow</code>.
|
@ -130,4 +130,11 @@ p code
|
|||||||
background-color: #f2f2f2
|
background-color: #f2f2f2
|
||||||
padding: 2px
|
padding: 2px
|
||||||
|
|
||||||
|
body#reference-compass-css3
|
||||||
|
#border-radius
|
||||||
|
padding: 2px 8px
|
||||||
|
+border-radius(0.75em)
|
||||||
|
#text-shadow
|
||||||
|
+text-shadow(red)
|
||||||
|
|
||||||
@import partials/syntax.sass
|
@import partials/syntax.sass
|
Loading…
Reference in New Issue
Block a user