Skip to content

Commit 51fd0b3

Browse files
committed
Bringing border to a common style
1 parent ff650d7 commit 51fd0b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wikipedia/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ blockquote {
104104

105105
div.tright, div.floatright, table.floatright {
106106
color: #666;
107-
border: 1px solid #aaa !important;
107+
border: 1px solid #ddd !important;
108108
background-color: #eee !important;
109109
}
110110

@@ -115,7 +115,7 @@ div.tright, div.floatright, table.floatright {
115115

116116
.mw-parser-output .ts-Цитата-quote {
117117
color: #666;
118-
border: 1px solid #aaa !important;
118+
border: 1px solid #ddd !important;
119119
border-left: 4px solid #aaa !important;
120120
background-color: #eee !important;
121121
padding: 5px;

0 commit comments

Comments
 (0)