eliminate css duplication

pull/1/head
eric 2014-03-27 17:49:16 -04:00
parent d2cca9ff93
commit 4f383c67c5
3 changed files with 3 additions and 17 deletions

View File

@ -6,7 +6,6 @@
<link type="text/css" rel="stylesheet" href="/static/css/landingpage3.css" />
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse2.css" />
<link type="text/css" rel="stylesheet" href="/static/css/book_panel2.css" />
<link type="text/css" rel="stylesheet" href="/static/css/learnmore2.css" />
{% endblock %}
{% block extra_js %}

View File

@ -35,26 +35,18 @@
}
}
#user-block {
width:100%;
clear:both;
}
#user-block1, .user-block2 {
float:left;
}
#user-block1 {
width:70%;
#block-intro-text {
float:left;
width:70%;
width:702px;
font-size: @font-size-header;
}
a#readon {
float: left;
font-size: @font-size-larger;
}
}

View File

@ -1,18 +1,13 @@
@import "variables.less";
.user-block {
width:100%; clear:both;
width:100%;
clear:both;
}
#user-block1 {
width:100%;
#block-intro-text {
float:left;
width:702px;
font-size: @font-size-header;
}
a#readon {
float: left;
}