8,960
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
/* Изменение текста "Discussion" на "Comments" */  | |||
a[rel="discussion"] span::before {  | |||
    content: "Comments";  | |||
}  | |||
a[rel="discussion"] span {  | |||
    visibility: hidden;  | |||
    position: relative;  | |||
}  | |||
a[rel="discussion"] span::before {  | |||
    visibility: visible;  | |||
    position: absolute;  | |||
    top: 0;  | |||
    left: 0;  | |||
}  | |||
/* Container */  | /* Container */  | ||
#medias-table {  | #medias-table {  | ||