Fixed the height of the pages.

This commit is contained in:
aza@More-Better-Internet.local 2010-04-09 12:21:31 -07:00
parent 24e393f848
commit 472a75695b
2 changed files with 2 additions and 4 deletions

View File

@ -72,7 +72,7 @@ window.TabItem.prototype = $.extend(new Item(), {
// ########## // ##########
window.TabItems = { window.TabItems = {
tabWidth: 160, tabWidth: 160,
tabHeight: 137, tabHeight: 130,
fontSize: 9, fontSize: 9,
init: function() { init: function() {

View File

@ -46,16 +46,14 @@ body {
width: 100%; width: 100%;
} }
.thumbShadow { .thumbShadow {
position: absolute; position: absolute;
border-bottom: 5px solid rgba(0,0,0,0.05); border-bottom: 5px solid rgba(0,0,0,0.05);
margin-right: -12px; margin-right: -12px;
bottom: 8px; bottom: 2px;
width: 94.5%; width: 94.5%;
} }
.favicon { .favicon {
position: absolute; position: absolute;
background-color: rgba(245,245,245,1); background-color: rgba(245,245,245,1);