diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-24 12:04:45 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-24 12:04:45 +0000 |
commit | ea565c7c5678d5261a5db831bba860d2781286e0 (patch) | |
tree | aecf4269b36127ebc90d2740191eb47e5b7bf737 /template/yoga/content.css | |
parent | 0a07def154da2ba43677501d26b41a7ebc618100 (diff) |
remove unused css file and rules in template
move css rules used only in admin section to a new admin/default-layout.css file
step one admin/default-layout.css is still imported in default-layout.css
git-svn-id: http://piwigo.org/svn/trunk@1392 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 1fcc4630a..eee5baaa0 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -119,20 +119,6 @@ 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: "]"; -} - /* begin chronology/calendar elements*/ #content DIV.calendarViews { display: block; |