From 7d46321a04b0c07b66833e6cd803ecced696e3f7 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Tue, 30 Oct 2012 08:54:45 -0700 Subject: updated css styles for documentation --- doc/manual_src/style.css | 2 +- tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual_src/style.css b/doc/manual_src/style.css index e2e6b0c..aec68f5 100644 --- a/doc/manual_src/style.css +++ b/doc/manual_src/style.css @@ -237,7 +237,7 @@ strong {font-weight: 600;} text-decoration: underline; } -.interior h1.title { +.interior .title { font-size: 5.9375em; font-weight: 600; text-align: center; diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css index e2e6b0c..aec68f5 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css @@ -237,7 +237,7 @@ strong {font-weight: 600;} text-decoration: underline; } -.interior h1.title { +.interior .title { font-size: 5.9375em; font-weight: 600; text-align: center; -- cgit v1.2.3 From 7a16129e03a9b369606ec1e7d83870fcf9ea0318 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Tue, 30 Oct 2012 09:22:55 -0700 Subject: tweaked the document width in the jsdoc default.css --- tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css index 97e021e..3de2dcb 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css @@ -2,7 +2,6 @@ body { font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; - width: 800px; } .header @@ -159,4 +158,4 @@ ul.inheritsList { text-align: right; font-size: 10px; -} \ No newline at end of file +} -- cgit v1.2.3