summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/README.css.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/vfs/extfs/helpers-list/README.css.inc')
-rw-r--r--tests/src/vfs/extfs/helpers-list/README.css.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/src/vfs/extfs/helpers-list/README.css.inc b/tests/src/vfs/extfs/helpers-list/README.css.inc
new file mode 100644
index 0000000..dacc4ca
--- /dev/null
+++ b/tests/src/vfs/extfs/helpers-list/README.css.inc
@@ -0,0 +1,23 @@
+<style type="text/css">
+
+body {
+ padding: 1em 2.5em;
+ line-height: 140%;
+}
+
+code, pre {
+ background-color: #FFB;
+ padding: 2px 3px;
+}
+
+h1, h2 { text-indent: -0.5em; }
+h1, h2, h3 {
+ color: #005A9C;
+ font-family: sans-serif;
+}
+
+:target {
+ background: linear-gradient(45deg, #FFF 0%, #7CC 100%);
+}
+
+</style>