front pages

This commit is contained in:
ashok sukumaran 2011-07-03 19:52:34 +05:30
parent c018382a61
commit 5d21c620a0
3 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ ul {
left: 20px; left: 20px;
top: 30px; top: 30px;
width: 200px; width: 200px;
color: #FF8000;
} }
#mainTitle h1 { #mainTitle h1 {

View File

@ -15,5 +15,5 @@
} }
.centerSentence a:hover { .centerSentence a:hover {
color: #FF00DB; color: #2E64FE;
} }

View File

@ -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");