Skip to content

Commit

Permalink
Added '.nowrap' style to easily stop text wrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Jul 27, 2010
1 parent 5854d28 commit c80cb17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/stylesheets/application.css
Expand Up @@ -255,6 +255,8 @@ body {
position: relative; }
body .clear {
clear: both; }
body .nowrap {
white-space: nowrap; }
body .item {
-webkit-border-radius: 0 0 0.35em 0.35em;
-moz-border-radius: 0 0 0.35em 0.35em;
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/sass/application.scss
Expand Up @@ -417,6 +417,10 @@ body {
clear: both;
}

.nowrap {
white-space: nowrap;
}

.item {
@include rounded_bottom;
background: #FFF;
Expand Down

0 comments on commit c80cb17

Please sign in to comment.