Skip to content

Commit

Permalink
local.css, removed @counter-style declaration to get through echidna :(
Browse files Browse the repository at this point in the history
moved new styling into local.css from index.html
  • Loading branch information
r12a committed Feb 1, 2017
1 parent fde7863 commit 99c30b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions index.html
Expand Up @@ -4,10 +4,6 @@
<title>Ready-made Counter Styles</title>
<meta charset="utf-8"/>
<link rel="canonical" href="https://www.w3.org/TR/2015/WD-predefined-counter-styles-20150203/"/>
<style>
#arabic_comp td { border: 1px solid #ccc; padding: 0 2px; min-width: 10px; text-align: center; }
#arabic_comp th { font-weight: normal; }
</style>
<link rel="stylesheet" href="local.css" type="text/css" />
<!--
=== NOTA BENE ===
Expand Down
10 changes: 3 additions & 7 deletions local.css
@@ -1,10 +1,3 @@
@counter-style parenthesized-lower-latin {
system: fixed;
symbols: '\249C' '\249D' '\249E' '\249F' '\24A0' '\24A1' '\24A2' '\24A3' '\24A4' '\24A5' '\24A6' '\24A7' '\24A8' '\24A9' '\24AA' '\24AB' '\24AC' '\24AD' '\24AE' '\24AF' '\24B0' '\24B1' '\24B2' '\24B3' '\24B4' '\24B5';
/* symbols: '⒜' '⒝' '⒞' '⒟' '⒠' '⒡' '⒢' '⒣' '⒤' '⒥' '⒦' '⒧' '⒨' '⒩' '⒪' '⒫' '⒬' '⒭' '⒮' '⒯' '⒰' '⒱' '⒲' '⒳' '⒴' '⒵'; */
suffix: ' ';
}
#tips ol li { list-style-type: parenthesized-lower-latin; }

h2 {
margin-top: 3em;
Expand Down Expand Up @@ -121,3 +114,6 @@ h3 {

.counterstyle { margin: 20px 30px; }
.counterstyle code { font-family: "Lucida Console", Monaco, monospace; color: black; font-size: 12px; }

#arabic_comp td { border: 1px solid #ccc; padding: 0 2px; min-width: 10px; text-align: center; }
#arabic_comp th { font-weight: normal; }

0 comments on commit 99c30b2

Please sign in to comment.