view themes/blocky/style.css @ 174:4b0b1944e6bb

Make the code tidy with 'perltidy'
author Steve Kemp <steve@steve.org.uk>
date Tue, 01 Apr 2008 20:45:50 +0100
parents e8bbce758855
children
line wrap: on
line source

body {
	padding-bottom: 1em;
	border-right: 1px solid rgb(128, 128, 128);
	background-color: white;
	color: black;
	margin: 0;
}


div.title {
}

div.title h1 {
        margin: 0px -10px;
	padding: 5px 10px 0px 10px;
	text-align: center;
}

div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}

div.title h2 {
	margin: 0 0 1ex 0;
	padding: 0;
        text-align: right;
}

legend a {
	color: black !important;
	text-decoration: none !important;
}
legend a:hover {
	color: black !important;
	text-decoration: none !important;
}

legend {
        font-weight: bold;
}

pre {
	overflow:	auto;
	background:	rgb(230,230,230);
	border:		solid;
	border-width:	thin;
	padding: 5px  10px;
}