Skip to content

Commit

Permalink
renamed stylesheet
Browse files Browse the repository at this point in the history
renamed stylesheet to avoid errors from peoples cached internet files
  • Loading branch information
maudigan committed Apr 25, 2020
1 parent f7a4eb0 commit e294553
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/default/header_body.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html dir='ltr'>
<head>
<title>{TITLE} {SUBTITLE}</title>
<link rel='stylesheet' href='{ROOT_URL}templates/default/style-1.3.css' type='text/css'/>
<link rel='stylesheet' href='{ROOT_URL}templates/default/style-1.4.css' type='text/css'/>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<meta http-equiv='Content-Style-Type' content='text/css'>
<!-- For Chrome for Android: -->
Expand Down
2 changes: 1 addition & 1 deletion templates/default/header_simple_body.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script language='JavaScript' type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js'></script>
<script language='JavaScript' type='text/javascript' src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<div id='charbrowser'>
<link rel='stylesheet' href='{ROOT_URL}templates/default/style-1.3.css' type='text/css'/>
<link rel='stylesheet' href='{ROOT_URL}templates/default/style-1.4.css' type='text/css'/>

<div class='WindowComplex PositionHeaderSimple CB_Can_Drag'>
<div class='WindowTitleBar'>{L_NAVIGATE}</div>
Expand Down
File renamed without changes.

0 comments on commit e294553

Please sign in to comment.