Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
repeater-thumbnail-justified: added default font-size for thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinparkerson committed Dec 2, 2014
1 parent 64f765d commit 083548c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion less/repeater-thumbnail.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
border: 1px solid #ddd;
color: #666;
float: left;
font-size: 14px;
min-height: 110px;
min-width: 100px;
margin: 8px 7px;
Expand All @@ -21,7 +22,6 @@

&.align-center, &.align-justify, &.align-left, &.align-right {
position: relative;
text-align: justify;
font-size: 0.1px;

&:after {
Expand All @@ -40,13 +40,15 @@
.repeater-thumbnail {
display: inline-block;
float: none;
font-size: 14px;

&:after {
content: ' ';
}
}
}
&.align-center { text-align: center; }
&.align-justify { text-align: justify; }
&.align-left { text-align: left; }
&.align-right { text-align: right; }

Expand Down

0 comments on commit 083548c

Please sign in to comment.