diff options
Diffstat (limited to 'brep/page.cxx')
-rw-r--r-- | brep/page.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/brep/page.cxx b/brep/page.cxx index 322efbd..4b13bcf 100644 --- a/brep/page.cxx +++ b/brep/page.cxx @@ -35,11 +35,7 @@ namespace brep { static const path css ("@"); - s << *LINK(REL="stylesheet", TYPE="text/css", - HREF=root_ / css / path ("common.css")) - << *LINK(REL="stylesheet", TYPE="text/css", - HREF=root_ / css / path ("brep-common.css")) - << *LINK(REL="stylesheet", TYPE="text/css", HREF=root_ / css / path_); + s << *LINK(REL="stylesheet", TYPE="text/css", HREF=root_ / css / path_); } // DIV_HEADER |