|
|
|
@ -142,8 +142,6 @@
|
|
|
|
|
/* Container |
|
|
|
|
================================================== */ |
|
|
|
|
.container.main { |
|
|
|
|
//margin-bottom:@base-space; |
|
|
|
|
//margin-top:@base-space; |
|
|
|
|
position: absolute; |
|
|
|
|
top:0px; |
|
|
|
|
left:0px; |
|
|
|
@ -164,7 +162,6 @@
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
max-height:100%; |
|
|
|
|
//border: 1px solid @color-line; |
|
|
|
|
border: 1px solid @color-credit; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
@ -180,7 +177,6 @@
|
|
|
|
|
.vcard { |
|
|
|
|
float:right; |
|
|
|
|
margin-bottom:@base-space; |
|
|
|
|
//position: relative; |
|
|
|
|
a { |
|
|
|
|
color: @color-dark-second; |
|
|
|
|
} |
|
|
|
@ -196,7 +192,6 @@
|
|
|
|
|
} |
|
|
|
|
.fn { |
|
|
|
|
display:block; |
|
|
|
|
//display:inline; |
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -208,12 +203,10 @@
|
|
|
|
|
|
|
|
|
|
.avatar { |
|
|
|
|
float:left; |
|
|
|
|
//position: absolute; |
|
|
|
|
display: block; |
|
|
|
|
width: 32px; |
|
|
|
|
height: 32px; |
|
|
|
|
img { |
|
|
|
|
//border: 0px solid #999; |
|
|
|
|
-moz-border-radius: 5px; |
|
|
|
|
-webkit-border-radius: 5px; |
|
|
|
|
border-radius: 5px; |
|
|
|
|