diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 14:32:35 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 14:32:35 -0500 |
commit | d03bb5a180652bc6d0dbce74b58e641dfb2f1012 (patch) | |
tree | 2b9ae22f42db055020f7a1a3476fc332539bb44e /doc/txt/txt.css | |
parent | 274b07e224eb1cc64e1ae608619fb317d190740e (diff) | |
download | roux-d03bb5a180652bc6d0dbce74b58e641dfb2f1012.tar.gz |
add styling support
Diffstat (limited to 'doc/txt/txt.css')
-rw-r--r-- | doc/txt/txt.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/txt/txt.css b/doc/txt/txt.css new file mode 100644 index 0000000..a012223 --- /dev/null +++ b/doc/txt/txt.css @@ -0,0 +1,4 @@ +h3 { + border-bottom: 1px solid #aaa; + background-color: #eee; +} |