~ya-bo-ng/resource-centre/fix-1706967

« back to all changes in this revision

Viewing changes to style.scss

  • Committer: Anthony Dillon
  • Date: 2017-07-27 14:10:44 UTC
  • Revision ID: anthony.dillon@canonical.com-20170727141044-f1vh1jfw2hedleg3
Align checkboxes with label using vertical-align

Show diffs side-by-side

added added

removed removed

Lines of Context:
935
935
}
936
936
 
937
937
#sidebar form li input[type="checkbox"]{
938
 
        padding: 4px;
939
 
        position: relative;
940
 
        top: 3px;
 
938
        vertical-align: text-bottom;
941
939
}
942
940
 
943
941
#main-content .subscribe + .related-posts {