Remove unnecessary dotted CSS borders. Closes #2940

This commit is contained in:
Bruno Machado 2013-04-01 14:11:52 -03:00
parent 704113f896
commit 29af94ce4e
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) * 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) * 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) * 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 ## Refactor

View file

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