diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index ec060a3a0..4d3775b21 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -173,3 +173,17 @@ ul.categoryActions { padding: 0.5em; } + +/* should be in admin.css ? CSS properties also used in popuphelp */ + +SPAN.pwgScreen { + border-bottom: 1px dotted black; +} + +SPAN.filename:before { + content: "["; +} + +SPAN.filename:after { + content: "]"; +} |