Skip to content

Commit

Permalink
+ stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 2, 2010
1 parent bd84cd1 commit 29803d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/simple_example/webapp/stylesheets/stylesheet.css
Expand Up @@ -86,6 +86,8 @@ body {
background-color: #09be01; }
#picky .ok .feedback {
background-color: #bcf0b3; }
#picky input.search_button {
margin: 5px 15px; }
#picky input.query {
float: left;
width: 380px;
Expand Down
5 changes: 4 additions & 1 deletion examples/simple_example/webapp/stylesheets/stylesheet.sass
Expand Up @@ -111,7 +111,10 @@ body
:background-color #09be01
.feedback
:background-color #bcf0b3


input.search_button
:margin 5px 15px

input.query
:float left
:width 380px
Expand Down

0 comments on commit 29803d3

Please sign in to comment.