diff options
Diffstat (limited to 'phpBB/templates/PSO/admin/page_header.tpl')
-rw-r--r-- | phpBB/templates/PSO/admin/page_header.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/admin/page_header.tpl b/phpBB/templates/PSO/admin/page_header.tpl index f402cac0ee..95fa8a83f9 100644 --- a/phpBB/templates/PSO/admin/page_header.tpl +++ b/phpBB/templates/PSO/admin/page_header.tpl @@ -31,6 +31,12 @@ SPAN.courier {font-family:{T_FONTFACE3};font-size:8pt} SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px} INPUT.text {font-family:"Courier New",courier;font-size:8pt;} + +A:link {text-decoration:none} +A:visited {text-decoration:none} +A:active {text-decoration:none} +A:hover {text-decoration:underline} + //--> </style> </head> |