Skip to content

Commit eaeeaf6

Browse files
committed
Oxygen: fix error with #visit-links. Remove float.
1 parent f74e239 commit eaeeaf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

style/Oxygen/Oxygen.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ B - GLOBAL STYLES
257257
.main-content,
258258
#brd-visit,
259259
#brd-qpost,
260-
/*#brd-index*/ #brd-announcement {
260+
#brd-announcement {
261261
margin-bottom: 1em;
262262
}
263263

@@ -710,7 +710,7 @@ D - COMMON INTERFACE ELEMENTS
710710

711711
#brd-visit #visit-links {
712712
text-align: right;
713-
float: right;
713+
float: none;
714714
}
715715

716716
/* Paging and posting

0 commit comments

Comments
 (0)