view blog/site.css @ 133:ce478807848e default tip

py3
author Jeff Hammel <k0scist@gmail.com>
date Mon, 28 Dec 2020 21:18:19 +0000
parents 9be583a7731d
children
line wrap: on
line source

div { 
border: thin solid;
background-color: #edd;
margin: 1em;
 }

.site-nav ul { 
clear: both;
list-style-type: none;
display: inline;
margin-top: 0em;
padding-top: 0em;
 }

.site-nav a { 
float: left;
margin-left: 0.3em;
margin-right: 0.3em;
 }

.error { 
color: red; 
}