Browse Source

Bug fix closes #163

pull/177/head
Zach Wise 13 years ago
parent
commit
8c7baa67f3
  1. 7
      source/less/VMM.Timeline.Core.less

7
source/less/VMM.Timeline.Core.less

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

Loading…
Cancel
Save