Files
gitx/Site/assets/css/usermanual.css
T
Kim Does 123432be62 Update the site a bit
This adds correct styles for the User Manual and adds a download link to the
front page.
2008-10-17 22:52:11 +02:00

33 lines
344 B
CSS

pre
{
background: rgb(238, 238, 238) !important;
display: block;
width: 750px;
padding: 5px;
margin: 10px;;
}
code
{
font-family: 'andale mono';
}
img
{
display: block;
margin: 10px auto 10px auto;
}
img.floatleft
{
float: left;
display: inline;
margin: 10px;
}
img.floatright
{
float: right;
display: inline;
margin: 10px;
}