1
0
Fork 0

Merge remote-tracking branch 'friendika/master' into newacl

This commit is contained in:
Fabio Comuni 2011-07-20 10:01:12 +02:00
commit 020deefba6
38 changed files with 861 additions and 156 deletions

View file

@ -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: '>> ';

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -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); }