eliminate css duplication
parent
d2cca9ff93
commit
4f383c67c5
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue