[themes] inline background image
This commit is contained in:
parent
1af62eca83
commit
532dbdc751
2 changed files with 1 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 145 B |
|
@ -8,7 +8,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
BODY {
|
BODY {
|
||||||
background: url(bg.png) #ACE4A3;
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAFVBMVEV8und+uXeo5aKo5qOq5aOr46Ks5KN5+6UZAAAAN0lEQVQImWNIc2FLcUhzYWBIczRLEU5zNGBwEQlxdHURCWBwdEkRcXN0SWBgVkswSgMSDDRTDADa2B2AhUf94AAAAABJRU5ErkJggg==');
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#header {
|
#header {
|
||||||
|
@ -209,16 +209,6 @@ SECTION>H3 {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#twitter_update_list li {
|
|
||||||
list-style:none;
|
|
||||||
padding-bottom:0;
|
|
||||||
text-align:left;
|
|
||||||
margin-top:5px;
|
|
||||||
margin-bottom:5px;
|
|
||||||
border: solid 1px #000;
|
|
||||||
background: url(bg.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue