Ticket 1044 -- Removed border-top, reduced padding, changed notice

count from 6 to 5, removed nickname.
This commit is contained in:
Sarven Capadisli 2009-02-02 17:02:58 +00:00
parent 5f004c0158
commit 99fba4932d
4 changed files with 7 additions and 6 deletions

View File

@ -31,7 +31,7 @@ if (!defined('LACONICA')) {
exit(1);
}
define('NOTICES_PER_SECTION', 6);
define('NOTICES_PER_SECTION', 5);
/**
* Base class for sections showing lists of notices

View File

@ -1064,13 +1064,16 @@ margin-bottom:0;
}
.section .notice {
padding-top:11px;
padding-bottom:11px;
padding-top:7px;
padding-bottom:7px;
border-top:0;
}
.section .notice:first-child {
padding-top:0;
border-top:0;
}
.section .notice .fn {
display:none;
}

View File

@ -67,7 +67,6 @@ color:#002E6E;
.profile {
border-top-color:#D1D9E4;
}
.section .notice,
.section .profile {
border-top-color:#97BFD1;
}

View File

@ -67,7 +67,6 @@ color:#002E6E;
.profile {
border-top-color:#CEE1E9;
}
.section .notice,
.section .profile {
border-top-color:#87B4C8;
}