GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   line-height? CSS? wtf! help please (https://gfy.com/showthread.php?t=532380)

nico-t 10-25-2005 05:50 PM

line-height? CSS? wtf! help please
 
I got this test im doing with a fucking blog page and i got a question about the css thing i cant figure this shit out.

Ive got a post Title, this is the css for it:
Code:

#left h2 {
        font-size: 1.2em;
        color: #5988F8;
        line-height: 1.2em;
}

Below the title is the date in small font.
Code:

.small        {
        font-family: Arial, Helvetica, sans-serif;
        text-indent: 5px;
        font-size: .8em;
        margin: 0;
        padding:0;
        line-height: 1em;
}

There is a huge ass gap between the Title and the Date part.. what do i have to change to only decrease this gap to about 1 pixel (i want the small date directly under the damn title)?

X37375787 10-25-2005 05:59 PM

margin: 0 for the title.

nico-t 10-25-2005 06:04 PM

Quote:

Originally Posted by Equinox
margin: 0 for the title.

holy shit. Youre right! Its always too simple to expect. Thanks! :thumbsup :thumbsup


All times are GMT -7. The time now is 05:06 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123