From edf2f3bec1de42965e347eb808f8604151c35bdb Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> Date: Wed, 2 Jul 2003 17:51:01 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ax'. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/ax@1551 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- .../blais/css_tricks/section_based/docutils.conf | 3 -- sandbox/blais/css_tricks/section_based/index.txt | 35 ---------------------- sandbox/blais/css_tricks/section_based/style.css | 11 ------- 3 files changed, 49 deletions(-) delete mode 100644 sandbox/blais/css_tricks/section_based/docutils.conf delete mode 100644 sandbox/blais/css_tricks/section_based/index.txt delete mode 100644 sandbox/blais/css_tricks/section_based/style.css (limited to 'sandbox/blais/css_tricks/section_based') diff --git a/sandbox/blais/css_tricks/section_based/docutils.conf b/sandbox/blais/css_tricks/section_based/docutils.conf deleted file mode 100644 index 21677a51f..000000000 --- a/sandbox/blais/css_tricks/section_based/docutils.conf +++ /dev/null @@ -1,3 +0,0 @@ -[options] - -stylesheet-path: style.css diff --git a/sandbox/blais/css_tricks/section_based/index.txt b/sandbox/blais/css_tricks/section_based/index.txt deleted file mode 100644 index fcec84658..000000000 --- a/sandbox/blais/css_tricks/section_based/index.txt +++ /dev/null @@ -1,35 +0,0 @@ -.. -*- mode: rst; -*- - -========================= -Section-Based CSS Changes -========================= - -Introduction ------------- - -In this example, we just want to demonstrate simply that one can customize the -content style by using CSS with the automatically-generated title classes. - -This is a bit of a hack but it can be useful under some circumstances. - -Red Section ------------ - -For example, this section contains red items. - -* Yes, this should be read. -* No, you must be ``red``. - - -Green Section -------------- - -* But here we turn green. - - -Blue Section ------------- - -* A problem with this approach is that if you change the section title the CSS - file has to be changed as well. - diff --git a/sandbox/blais/css_tricks/section_based/style.css b/sandbox/blais/css_tricks/section_based/style.css deleted file mode 100644 index 6754ed865..000000000 --- a/sandbox/blais/css_tricks/section_based/style.css +++ /dev/null @@ -1,11 +0,0 @@ -.section#red-section LI { - color: red; -} - -.section#green-section LI { - color: green; -} - -.section#blue-section LI { - color: blue; -} -- cgit v1.2.1