Skip to content

Commit

Permalink
proper border on right
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Apr 5, 2012
1 parent 876fad7 commit 241a1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_base.sass
Expand Up @@ -51,6 +51,7 @@
width: 100px
padding: 5px
display: none
bottom: -24px
a
color: #FFF

Expand Down Expand Up @@ -80,7 +81,6 @@ body
font-family: 'PT Sans', sans-serif

.main-area
+full-height
width: $main-area-width
float: left
border-right: 1px solid #CDD1D4
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/_chat_area.sass
Expand Up @@ -101,6 +101,7 @@ html body .ui-tabs .ui-tabs-nav li
position: fixed
bottom: 0px
margin-bottom: 20px
background: #e6edef
textarea
+border-top-left-radius(4px)
+border-bottom-left-radius(4px)
Expand Down

0 comments on commit 241a1b0

Please sign in to comment.