From: Gavin L. v. a. <we...@ma...> - 2005-12-21 23:23:28
|
Log Message: ----------- Gateway update: add gateway.css stylesheet to gateway template Modified Files: -------------- webwork2/conf/templates/math: gateway.template Revision Data ------------- Index: gateway.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math/gateway.template,v retrieving revision 1.1 retrieving revision 1.2 diff -Lconf/templates/math/gateway.template -Lconf/templates/math/gateway.template -u -r1.1 -r1.2 --- conf/templates/math/gateway.template +++ conf/templates/math/gateway.template @@ -5,12 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" media="All" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> <!-- [gateway] since the left-side menus are gone, don't indent the main content area --> -<style type="text/css"> - #breadcrumbs { margin-left: .5em } - #content { margin-left: .5em } - #footer { margin-left: .5em } - -</style> +<link rel="stylesheet" type="text/css" media="All" href="<!--#url type="webwork" name="htdocs"-->/css/gateway.css"/> <title><!--#path style="text" text=" : " textonly="1"--></title> <!--#head--> <script language="javascript" type="text/javascript"> |