Making WordPress.org

Changeset 1783


Ignore:
Timestamp:
07/24/2015 05:42:48 PM (9 years ago)
Author:
ocean90
Message:

Rosetta Theme: Remove margin around share buttons.

see #1049.

Location:
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css

    r1624 r1783  
    2020}
    2121
    22 .storycontent div.googleplus1_button,
     22.storycontent .sharedaddy .sd-content,
    2323.storycontent .wp-playlist div,
    2424.storycontent .mejs-video div {
     
    400400.comments-area {
    401401    margin-top: 5em;
    402     border-top: 1px solid #eaeaea;
    403402}
    404403
     
    598597
    599598@media screen and (min-width: 620px) {
    600     .comments-area {
    601         border-top: 0;
    602     }
    603 
    604599    .comment-content ul,
    605600    .comment-content ol {
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css

    r1631 r1783  
    2020}
    2121
    22 .storycontent div.googleplus1_button,
     22.storycontent .sharedaddy .sd-content,
    2323.storycontent .wp-playlist div,
    2424.storycontent .mejs-video div {
     
    403403.comments-area {
    404404    margin-top: 5em;
    405     border-top: 1px solid #eaeaea;
    406405}
    407406
     
    601600
    602601@media screen and (min-width: 620px) {
    603     .comments-area {
    604         border-top: 0;
    605     }
    606 
    607602    .comment-content ul,
    608603    .comment-content ol {
Note: See TracChangeset for help on using the changeset viewer.