front pages
This commit is contained in:
parent
c018382a61
commit
5d21c620a0
|
@ -34,6 +34,7 @@ ul {
|
||||||
left: 20px;
|
left: 20px;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
color: #FF8000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainTitle h1 {
|
#mainTitle h1 {
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.centerSentence a:hover {
|
.centerSentence a:hover {
|
||||||
color: #FF00DB;
|
color: #2E64FE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).resize(function() {
|
$(window).resize(function() {
|
||||||
var minuser = 350;
|
var minuser = 400;
|
||||||
var winHeight = $(window).height();
|
var winHeight = $(window).height();
|
||||||
var listHeight = winHeight - minuser;
|
var listHeight = winHeight - minuser;
|
||||||
$('#fileList').css("height", listHeight + "px");
|
$('#fileList').css("height", listHeight + "px");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user