Merge pull request #4088 from brunomachado/feature/2940-remove-borders

Remove unnecessary dotted CSS borders
This commit is contained in:
Jonne Haß 2013-04-01 12:39:20 -07:00
commit 4c5a298304
2 changed files with 9 additions and 3 deletions

View file

@ -15,6 +15,7 @@
* Hide comment button in the mobile view when not signed in. [#4065](https://github.com/diaspora/diaspora/issues/4065)
* Send profile alongside notification [#3976] (https://github.com/diaspora/diaspora/issues/3976)
* Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841)
* Remove unnecessary dotted CSS borders. [#2940](https://github.com/diaspora/diaspora/issues/2940)
## Refactor

View file

@ -533,7 +533,9 @@ ul.as-selections
:size 12px
.comment.no-border
:border none
&.media
:border none
:padding 0
.comment
&.media
@ -541,8 +543,11 @@ ul.as-selections
:left 0
:right 0
:border
:bottom 1px dotted #aaa
:border
:top 1px dotted #aaa
:padding
:top 10px
.youtube-player, .vimeo-player
:border none