summaryrefslogtreecommitdiff
path: root/sandbox/blais/css_tricks/section_based
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/blais/css_tricks/section_based')
-rw-r--r--sandbox/blais/css_tricks/section_based/docutils.conf3
-rw-r--r--sandbox/blais/css_tricks/section_based/index.txt35
-rw-r--r--sandbox/blais/css_tricks/section_based/style.css11
3 files changed, 0 insertions, 49 deletions
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;
-}