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

11 lines
187 B
CSS
Raw Normal View History

2012-12-17 21:57:44 +01:00
body {
/*background: url(/img/ravenna.png) repeat 0 0;*/
background: url(/img/bright_squares.png) repeat 0 0;
2012-12-17 21:57:44 +01:00
}
.centered {
text-align:center;
}
.down {
vertical-align:text-bottom;
}