|
Revision 97, 393 bytes
(checked in by cho45, 6 years ago)
|
|
websites/coderepos.org/trac/share/templates/site_css.cs:
URL 長いから変数にいれた。
|
| Line | |
|---|
| 1 | <?cs |
|---|
| 2 | ################################################################## |
|---|
| 3 | # Site CSS - Place custom CSS, including overriding styles here. |
|---|
| 4 | ?> |
|---|
| 5 | </style> |
|---|
| 6 | <?cs set:styles = "http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles" ?> |
|---|
| 7 | <link rel="stylesheet" type="text/css" media="screen,tv,projection" title="default" href="<?cs var:styles ?>/default.css"/> |
|---|
| 8 | |
|---|
| 9 | <style type="text/css"> |
|---|