feature(style) %: .name: 27 -> 26, .date -> 20 -> 19, .mode: 16 -> 18

This commit is contained in:
coderaiser 2016-02-21 07:32:29 -05:00
parent 99174b68d0
commit 165596255c

View file

@ -176,7 +176,7 @@ body, pre, code {
.name {
float: left;
width: 27%;
width: 26%;
}
.name a:hover {
@ -192,7 +192,7 @@ body, pre, code {
.date {
float: left;
width: 20%;
width: 19%;
}
.owner {
@ -208,7 +208,7 @@ body, pre, code {
.mode {
float: right;
width: 16%;
width: 18%;
}
.reduce-text {