Skip to content

Commit

Permalink
articles/inline-bidi-markup: Add in-document rendering of examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 6, 2022
1 parent 1251418 commit 44aad8a
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 78 deletions.
34 changes: 34 additions & 0 deletions articles/inline-bidi-markup/index-data/local.css
@@ -0,0 +1,34 @@
.browser_output {
font-size: 1.4rem;
border: 1px solid #ccc;
padding: 1rem;
line-height: 1.4;
margin-inline-start: 7.5%;
margin-inline-end: 32%;
}
.browser_output p, .example pre {
margin: 0 !important;
}
.browser_output_title {
font-size: .8rem;
font-weight: bold;
}
.browser_output p:first-of-type {
margin-block-end: .5rem;
}



/*#top_rated { font-family:Georgia, 'Times New Roman', Times, serif;}*/
#top_rated header {
font-size: 120%;
color: #09F;
text-transform:uppercase;
line-height: 1.4em;
border-top: 1px solid #09F;
border-bottom: 1px solid #09F;
padding: 5px;
}
#top_rated #displaybox { color: #999; }
#top_rated .name { color: black; }
#top_rated p { margin-bottom: 0; }

0 comments on commit 44aad8a

Please sign in to comment.