Skip to content

Commit

Permalink
added info about compiling sass files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Wnętrzak committed Jun 24, 2011
1 parent dbcb359 commit a6a4da8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ Eventually you can connect to separate instace of redis server (if running)
* app/views/pages/_about.<locale>.html.haml
* app/views/pages/_help.<locale>.html.haml
* README / LIESMICH

== Deploying

If you are having problems with compiling sass files, try this:

bundle exec compass compile -e production --force
4 changes: 1 addition & 3 deletions app/stylesheets/partials/_chat_room.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.chat-room-part
overflow: auto
.chat_room
.messages_part
border: 1px solid $primary-color-1
height: 25em
Expand All @@ -22,5 +21,4 @@
border: 1px solid $primary-color-1
width: 80%
&:focus
+box_shadow($primary-color-2, 0, 0, 5px)

+single-box-shadow($primary-color-2, 0, 0, 5px)
2 changes: 1 addition & 1 deletion app/stylesheets/partials/_supervision.sass
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
width: 100%
border: 1px solid $primary-color-1
&:focus
+box_shadow($primary-color-2, 0, 0, 5px)
+single-box-shadow($primary-color-2, 0, 0, 5px)

.supervision_statusbar
+reset_box_model
Expand Down

0 comments on commit a6a4da8

Please sign in to comment.