seed r545 - in trunk/doc: . tutorial-standalone



Author: hortont
Date: Tue Dec 23 08:51:58 2008
New Revision: 545
URL: http://svn.gnome.org/viewvc/seed?rev=545&view=rev

Log:
Split out CSS.


Added:
   trunk/doc/style.css
Modified:
   trunk/doc/runtime.html
   trunk/doc/tutorial-standalone/tutorial.html

Modified: trunk/doc/runtime.html
==============================================================================
--- trunk/doc/runtime.html	(original)
+++ trunk/doc/runtime.html	Tue Dec 23 08:51:58 2008
@@ -4,69 +4,7 @@
 <head>
 	<title>Seed Runtime Documentation</title>
 	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-	<style type="text/css">
-body
-{
-	font-size: 10pt;
-	font-family: "sans-serif";
-	text-align: justify;
-}
-
-#header
-{
-	text-align: right;
-	font-size: 18pt;
-	width: 100%;
-	border-bottom: 1px solid #aaa;
-	
-}
-
-#subheader
-{
-	text-align: right;
-	font-size: 12pt;
-	width: 100%;
-}
-
-div.section
-{
-	font-size: 14pt;
-	width: 100%;
-	border-bottom: 1px solid #ccc;
-	margin-bottom: 10px;
-}
-
-p
-{
-	margin-left: 10px;
-	text-indent: 0em;
-}
-
-pre
-{
-	margin-left: 20px;
-	padding-left: 5px;
-	border-left: 2px solid #ddd;
-}
-
-div.filename
-{
-    margin-left: 25px;
-    font-weight: bold;
-    width: 70%;
-    border-bottom: 1px solid #ccc;
-}
-
-code
-{
-    font-weight: bold;
-}
-
-span.changed
-{
-    color: red;
-}
-	</style>
+	<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
 </head>
 <body>
 <div id="header">Seed Runtime</div>

Added: trunk/doc/style.css
==============================================================================
--- (empty file)
+++ trunk/doc/style.css	Tue Dec 23 08:51:58 2008
@@ -0,0 +1,61 @@
+body
+{
+	font-size: 10pt;
+	font-family: "sans-serif";
+	text-align: justify;
+}
+
+#header
+{
+	text-align: right;
+	font-size: 18pt;
+	width: 100%;
+	border-bottom: 1px solid #aaa;
+	
+}
+
+#subheader
+{
+	text-align: right;
+	font-size: 12pt;
+	width: 100%;
+}
+
+div.section
+{
+	font-size: 16pt;
+	width: 100%;
+	border-bottom: 1px solid #ccc;
+	margin-bottom: 10px;
+}
+
+p
+{
+	margin-left: 10px;
+	text-indent: 0em;
+}
+
+pre
+{
+	margin-left: 20px;
+	padding-left: 5px;
+	border-left: 2px solid #ddd;
+}
+
+div.filename
+{
+    margin-left: 25px;
+    font-weight: bold;
+    width: 70%;
+    border-bottom: 1px solid #ccc;
+}
+
+code
+{
+    font-weight: bold;
+}
+
+span.changed
+{
+    color: red;
+}
\ No newline at end of file

Modified: trunk/doc/tutorial-standalone/tutorial.html
==============================================================================
--- trunk/doc/tutorial-standalone/tutorial.html	(original)
+++ trunk/doc/tutorial-standalone/tutorial.html	Tue Dec 23 08:51:58 2008
@@ -4,70 +4,7 @@
 <head>
 	<title>Seed Tutorial : Standalone</title>
 	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-	<style type="text/css">
-body
-{
-	font-size: 10pt;
-	font-family: "sans-serif";
-	text-align: justify;
-}
-
-#header
-{
-	text-align: right;
-	font-size: 18pt;
-	width: 100%;
-	border-bottom: 1px solid #aaa;
-	
-}
-
-#subheader
-{
-	text-align: right;
-	font-size: 12pt;
-	width: 100%;
-}
-
-div.section
-{
-	font-size: 16pt;
-	font-weight: bold;
-	width: 100%;
-	border-bottom: 1px solid #ccc;
-	margin-bottom: 10px;
-}
-
-p
-{
-	margin-left: 10px;
-	text-indent: 0em;
-}
-
-pre
-{
-	margin-left: 20px;
-	padding-left: 5px;
-	border-left: 2px solid #ddd;
-}
-
-div.filename
-{
-    margin-left: 25px;
-    font-weight: bold;
-    width: 70%;
-    border-bottom: 1px solid #ccc;
-}
-
-code
-{
-    font-weight: bold;
-}
-
-span.changed
-{
-    color: red;
-}
-	</style>
+	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
 </head>
 <body>
 <div id="header">Seed Tutorial : Standalone</div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]