Merge remote-tracking branch 'friendika/master' into newacl
This commit is contained in:
commit
020deefba6
38 changed files with 861 additions and 156 deletions
|
@ -45,8 +45,8 @@ code {
|
|||
border: 1px solid #444;
|
||||
background: #EEE;
|
||||
color: #444;
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
padding: 0px 10px 10px 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
/*blockquote:before {
|
||||
content: '>> ';
|
||||
|
|
BIN
view/theme/greenzero/greenicons.png
Normal file
BIN
view/theme/greenzero/greenicons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -12,6 +12,13 @@ a:hover {text-decoration: underline; }
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: block; width: 16px; height: 16px;
|
||||
background-image: url('greenicons.png');
|
||||
}
|
||||
|
||||
|
||||
|
||||
body { background-image: url(head.jpg); }
|
||||
aside( background-image: url(border.jpg); }
|
||||
section { background-image: url(border.jpg); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue