about summary refs log tree commit diff stats
path: root/css/paul.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 22:10:50 -0700
committerCase Duckworth2015-03-03 22:10:50 -0700
commit2d0952a550e9234eb8f2fc807e15b2e7e10ef870 (patch)
treee8d097fd5925799811fdca1ef703a1fe89446f06 /css/paul.css
parentFix styles for nav placement (diff)
downloadautocento-2d0952a550e9234eb8f2fc807e15b2e7e10ef870.tar.gz
autocento-2d0952a550e9234eb8f2fc807e15b2e7e10ef870.zip
Navlink changes
Diffstat (limited to 'css/paul.css')
-rw-r--r--css/paul.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/paul.css b/css/paul.css index 4c2f28d..badac15 100644 --- a/css/paul.css +++ b/css/paul.css
@@ -23,7 +23,7 @@ blockquote p::first-line {
23blockquote ul { 23blockquote ul {
24 list-style-type: none; 24 list-style-type: none;
25} 25}
26blockquote ul li:before { 26blockquote ul li::before {
27 content: '- '; 27 content: '- ';
28} 28}
29 29