Activating CSS to show named anchor in editor

This commit is contained in:
cmanske%netscape.com 1999-08-25 23:40:07 +00:00
Родитель 605d44031d
Коммит 392c448f01
1 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -23,20 +23,15 @@
/* Styles to alter look of things in the Editor content window */
/* new feature, not implemented yet */
/*
a[name] {
display: inline-block;
min-width: 10px;
width: 10px;
height: 10px;
background-image:
background-image: url(chrome://editor/skin/images/ED_Left.gif);
border: 1px solid blue;
}
*/
a[name]:before {
content: url(chrome://editor/skin/images/ED_Left.gif);
}
table {
empty-cells: show;