mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
HTML and comment cleanup. Small API refactors. Moved use of StringBuffer to StringBuilder.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10865 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b927475caa
commit
334838d28e
32 changed files with 271 additions and 305 deletions
|
@ -42,9 +42,6 @@ pre, tt, code {
|
|||
#pageBody {
|
||||
margin: 0 18px 0 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* anchors */
|
||||
a:link {
|
||||
color: #11568c;
|
||||
|
@ -59,9 +56,6 @@ a:hover {
|
|||
a:active {
|
||||
color: #7a1d42;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* page header elements (logo and navigation) */
|
||||
.navigation {
|
||||
display: block;
|
||||
|
@ -84,9 +78,6 @@ a:active {
|
|||
.navigation a:visited { color: #ffffff; }
|
||||
.navigation a:hover { color: #ffffff; }
|
||||
.navigation a:active { color: #ffffff; }
|
||||
|
||||
|
||||
|
||||
/* headings */
|
||||
h1 {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue