Fix header link text-decoration; add bottom padding to #content.
This commit is contained in:
@ -1076,10 +1076,12 @@ summary {
|
|||||||
#top h1 a,
|
#top h1 a,
|
||||||
#top h1 a:visited,
|
#top h1 a:visited,
|
||||||
#top h1 a:hover,
|
#top h1 a:hover,
|
||||||
#top h1 a:focus {
|
#top h1 a:focus { color: #fcfcfc; }
|
||||||
color: #fcfcfc;
|
|
||||||
text-decoration: none;
|
#top a,
|
||||||
}
|
#top a:visited,
|
||||||
|
#top a:hover,
|
||||||
|
#top a:focus { text-decoration: none; }
|
||||||
|
|
||||||
#banner,
|
#banner,
|
||||||
#user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); }
|
#user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); }
|
||||||
@ -1094,6 +1096,8 @@ summary {
|
|||||||
|
|
||||||
/* CONTENT
|
/* CONTENT
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
|
#content { padding-bottom: 1.5em; }
|
||||||
|
|
||||||
#serendipity_admin_groups br,
|
#serendipity_admin_groups br,
|
||||||
.image_add_form br {
|
.image_add_form br {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user