Skip to content

Commit

Permalink
removing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Feb 5, 2008
1 parent d0b30f9 commit a4f454c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions examples/webby/content/css/site.css
@@ -1,10 +1,10 @@
---
---
extension: css
filter: sass
layout: nil # no layout
sass_options:
:style: :expanded
---
---
!text = #000
!border = #CCC
!header = #111
Expand All @@ -23,7 +23,7 @@ body

// Headings
// ------------------------------------------------------------------------
h1,h2,h3,h4,h5,h6
h1,h2,h3,h4,h5,h6
:color = !header
:font-weight bold

Expand Down Expand Up @@ -77,24 +77,24 @@ p.quiet
// ------------------------------------------------------------------------
#header

#navigation
#navigation
ul
:margin-left 0
:text-align right
:font-size 16px
:list-style-type none
li
a
li
a
:display block
:text-decoration none
:padding-right 5px
&:hover
&:hover
:background-color = !highlight

#footer
hr
hr
:margin-bottom 18px
p
p
:text-align right

.CodeRay
Expand Down
4 changes: 2 additions & 2 deletions examples/webby/layouts/default.rhtml
@@ -1,10 +1,10 @@
---
---
extension: html
filter:
- erb
- basepath
- tidy
---
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Expand Down
4 changes: 2 additions & 2 deletions examples/webby/templates/page.erb
@@ -1,10 +1,10 @@
---
---
title: New Page
created_at: <%= Time.now.to_y %>
filter:
- erb
- textile
---
---
p(title). <%%= h(@page.title) %>

You can read more about textile "here":http://whytheluckystiff.net/ruby/redcloth/

0 comments on commit a4f454c

Please sign in to comment.