This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/css/custom.css
2012-12-18 15:36:54 +01:00

10 lines
187 B
CSS

body {
/*background: url(/img/ravenna.png) repeat 0 0;*/
background: url(/img/bright_squares.png) repeat 0 0;
}
.centered {
text-align:center;
}
.down {
vertical-align:text-bottom;
}