Changeset 10310 for trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
- Timestamp:
- 10/25/2015 03:14:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10295 r10310 737 737 display: inline-block; 738 738 float: none; 739 margin-bottom: $spacing-val-sm; 739 740 740 741 // Quite early on we need to move avatars to the left(right) 741 @ media screen and (min-width: 38.75em){742 @include small-up { 742 743 display: block; 743 744 float: left; … … 764 765 @include font-size(18); 765 766 line-height: 1.2; 767 text-align: center; 768 769 @include small-up { 770 text-align: left; 771 } 772 773 width: 100%; 766 774 767 775 .update { 776 display: block; 768 777 @include font-size(12); 769 778 … … 771 780 @include font-size(14); 772 781 } 782 783 padding: $spacing-val-sm 0; 784 text-align: left; 773 785 } 774 786 } … … 784 796 785 797 .item { 786 left: 10%;798 left: 5%; 787 799 margin-left: 0; 788 800 position: relative; … … 2108 2120 float: left; 2109 2121 margin: 0; 2110 width: 70%;2122 width: 100%; 2111 2123 } 2112 2124
Note: See TracChangeset
for help on using the changeset viewer.