Nicolas Petton 10 лет назад
Родитель
Сommit
bc1ea66977
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      css/helios.css
  2. 1 1
      css/helios.less
  3. BIN
      images/squared_metal.png

+ 1 - 1
css/helios.css

@@ -38,7 +38,7 @@ body.navigation .CodeMirror pre {
 body[id="helios"] {
   font-size: 11px;
   font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
-  background: #eee;
+  background: #eeeeee url(/images/squared_metal.png) repeat;
 }
 body[id="helios"] a {
   cursor: pointer;

+ 1 - 1
css/helios.less

@@ -49,7 +49,7 @@ body.navigation .CodeMirror pre {
 body[id="helios"] {
 	font-size: 11px;
 	font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
-	background: #eee;
+	background: #eee url(/images/squared_metal.png) repeat;
 
 	a {
 		cursor: pointer;

BIN
images/squared_metal.png