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/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 %}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue