mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
123432be62
This adds correct styles for the User Manual and adds a download link to the front page.
33 lines
344 B
CSS
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;
|
|
} |