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/landingpage3.css" />
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse2.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/book_panel2.css" />
<link type="text/css" rel="stylesheet" href="/static/css/learnmore2.css" />
{% endblock %} {% endblock %}
{% block extra_js %} {% block extra_js %}

View File

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

View File

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