Journal:
ausmac Problem I am having:
I have selected list rather than cloud for the tag list, but I can't seem to reduce the line height. If I drop it below 10px, it just cuts off part of the text in the list without actually reducing the gap between the lines.
Could anyone tell me what I am doing wrong.
The code, such as it is at the moment, is here:
a, a:link, a:visited, a:active {
color: black;
font-weight: normal;
text-decoration: none;
outline: none;}
a:hover {
color: blue;}
# header {
height: 365px; }
#header-inner {
background: white;
background-image: url(
http://img.photobucket.com/albums/v87/ausmac/Livejournal/headernext.jpg);background-repeat: no-repeat;
background-position: right;
height:350px;
border-bottom: 1px solid black;}
#header-text{
font-size: 14px;}
#header-name,
#header-description {
display: none;}
body {
color: #000000;
background: #e7e0cf;
font: normal 13px arial, helvetica, sans-serif; }
#container {
margin: 1px auto;
background: transparent;
font-size: 1em;
text-align: left;}
#container-inner {
min-height: 100%;
text-align: left;
border-right: 1px solid black;
border-left: 1px solid black;}
#alpha {width: 80%;}
#beta {width: 20%;}
#page {
width: 100%;
background: #ffffff;
color: black;}
#content {
margin-bottom: 10px;
width: 96%;}
.user-icon {
float: right;}
.asset-footer {
border-bottom: 1px solid #000000;}
/*top navigation strip*/
ul.nav {
background: transparent;
height: 50px;
width: 400px;
line-height: 1.4em;
margin-top: -17px;
margin-left: 15px;
padding: 10px 0 0 15px;
border: 0px solid #000000;
font-size: 14px;}
.nav a { color: #000000; }
.nav a:hover { color: #e91111;
text-decoration: underline;
}
.asset {
padding-left: 15px;
border-left: 1px solid #000000;}
.asset-header {
padding-top: 15px;
height: 50px;
background: #e7e0cf;}
h2.asset-name.page-header2 {
padding-left: 15px;
font-weight: bold;
font-size: 13px; }
/*-------------SIDEBAR---------------*/
.about-me-widget {
text-align: center;}
h3.widget-header {
text-align: center;
background: transparent;
height: 20px;
margin-left: 10px;
font-weight: bold;
text-decoration: underline;}
.user-pic {
margin-left: 20px;}
.categories-widget{
line-height: 80%;}
.categories-widget li.item {line-height:10px;}
.powered-widget {
display: none;}
.profile-list {
background: white;}
.about-me-widget {
width: 180px;
background: white;
margin-left: 20px;}
.calendar-widget {
border: 0px solid #000000;}
.typelist-widget li.item,
.categories-widget li.item {}
.categories-widget .widget-footer {padding-top: 1em;}
Help me Obi-Wan Kenobi, you're my only hope!