Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve indentation and add some comments #5975

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion styles.css
Expand Up @@ -6,15 +6,17 @@ body.dfnEnabled dfn, body.dfnEnabled h2[data-dfn-type], body.dfnEnabled h3[data-
z-index: 35;
height: auto;
width: auto;
padding: 0.5em 0.75em;
padding: 0.5em 0.75em; /*top and botton: 0.5rem , right and left: 0.75rem*/
font: small Helvetica Neue, sans-serif, Droid Sans Fallback;
background: #DDDDDD;
color: black;
border: outset 0.2em;
}
.dfnPanel * { margin: 0; padding: 0; font: inherit; text-indent: 0; }
.dfnPanel :link, .dfnPanel :visited { color: black; cursor: pointer; }

/* Delicate specificity wars to pretend isolation from pre:hover rules elsewhere... */

.dfnPanel *, pre:hover .dfnPanel * { text-decoration: none; }
pre:hover .dfnPanel :link:hover, pre:hover .dfnPanel :visited:hover { text-decoration: underline; }
.dfnPanel p:not(.spec-link) { font-weight: bolder; }
Expand Down Expand Up @@ -42,6 +44,7 @@ pre:hover .dfnPanel :link:hover, pre:hover .dfnPanel :visited:hover { text-decor

td.eg { border-width: thin; text-align: center; }

/*tables-examples*/
#table-example-1 { border: solid thin; border-collapse: collapse; margin-left: 3em; }
#table-example-1 caption { padding-bottom: 0.5em; }
#table-example-1 thead, #table-example-1 tbody { border: none; }
Expand Down Expand Up @@ -100,6 +103,7 @@ td.eg { border-width: thin; text-align: center; }
.glyph.control { color: red; }

#table-example-1 * { font-family: "Essays1743", serif; line-height: 1.01em; }

@font-face {
font-family: 'Essays1743';
src: url('/fonts/Essays1743.ttf');
Expand Down