summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:55:21 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:55:21 +0100
commit893b5462f6afacd13d291496233ead2c2268b1d1 (patch)
tree0836b62485d2e2909ac73811c0bc96800db4012e /index.html
parentreuse same layout (diff)
downloadjitterbug-893b5462f6afacd13d291496233ead2c2268b1d1.tar.gz
use remote css file
Diffstat (limited to 'index.html')
-rw-r--r--index.html39
1 files changed, 1 insertions, 38 deletions
diff --git a/index.html b/index.html
index 6d30369..f9caebe 100644
--- a/index.html
+++ b/index.html
@@ -4,44 +4,7 @@
<meta charset='utf-8'>
<title>franckcuny/jitterbug @ GitHub</title>
-
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
- @import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
- body {
- margin-top: 1.0em;
- font-family: "Helvetica,Arial,FreeSans";
- background-color: #edf1f3;
- color: #222;
- line-height: 1.4em;
- font-family: 'Droid Sans',Verdana, sans-serif;
- text-align: center;
- }
- #container {
- background: #ffffff;
- border-style: solid;
- border-width: 1px;
- padding: 1em;
- font-size: 110%;
- text-align: justify;
- width: 50em;
- margin: 3em auto 2em auto;
- line-height: 1.5em;
- }
- h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; }
- h1 .small { font-size: 0.4em; }
- h1 a { text-decoration: none }
- h2 { font-size: 1.5em; color: #3e9ab7; }
- h3 { font-size: 1.2em; color: #3e9ab7; }
- a { color: #3e9ab7; }
- .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
- .download { float: right; }
- pre { background: #000; color: #fff; padding: 15px;}
- hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
- .footer { text-align:center; padding-top:30px; font-style: italic;
- }
- .code {background: #f0f0f0; color: eee; padding: 15px; }
- </style>
+ <link rel="stylesheet" href="/static/css/project.css" media="screen, projection" />
</head>
<body>