|
@@ -28,11 +28,12 @@
|
|
|
display: block;
|
|
|
padding: @padding-small-vertical @padding-small-horizontal;
|
|
|
|
|
|
- font-size: @font-size-large;
|
|
|
+ font-size: @font-size-large * 1.2;
|
|
|
|
|
|
img {
|
|
|
- border-radius: @border-radius-base;
|
|
|
- height: 26px;
|
|
|
+ border-radius: @border-radius-small;
|
|
|
+ height: 32px;
|
|
|
+ margin-top: -2px;
|
|
|
margin-right: @padding-small-vertical * 0.7;
|
|
|
}
|
|
|
|
|
@@ -44,7 +45,7 @@
|
|
|
small {
|
|
|
float: right;
|
|
|
position: relative;
|
|
|
- top: 3px;
|
|
|
+ top: 4px;
|
|
|
|
|
|
color: @text-muted;
|
|
|
}
|