update frameworks

pull/33/merge
dohliam 4 years ago
parent 1d7834ed32
commit 637c3ae294

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
min/hiq.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -216,7 +216,7 @@ frameworks:
license: MIT
license_url: https://github.com/jonathanharrell/hiq/blob/master/license.md
repo: https://github.com/jonathanharrell/hiq
url: https://github.com/jonathanharrell/hiq/blob/gh-pages/assets/css/0.styles.5cbc7fcb.css
url: https://github.com/jonathanharrell/hiq/blob/gh-pages/assets/css/0.styles.3e8978f5.css
min_only: true
holiday:
author: EvgenyOrekhov
@ -539,7 +539,7 @@ frameworks:
license: MIT
license_url: https://github.com/claviska/shoelace-css/blob/master/LICENSE.md
repo: https://github.com/claviska/shoelace-css
url: https://github.com/claviska/shoelace-css/blob/master/dist/shoelace.css
url: https://github.com/dohliam/dropin-minimal-css/blob/gh-pages/src/shoelace.css
min_only: true
siimple:
author: jmjuanes

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -1,4 +1,4 @@
/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@ -761,8 +761,8 @@ html:lang(ko),
}
.btn-group {
display: inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@ -796,8 +796,8 @@ html:lang(ko),
}
.btn-group.btn-group-block {
display: flex;
display: -ms-flexbox;
display: flex;
}
.btn-group.btn-group-block .btn {
@ -1166,8 +1166,8 @@ textarea.form-input.input-sm {
}
.input-group {
display: flex;
display: -ms-flexbox;
display: flex;
}
.input-group .input-group-addon {
@ -1237,8 +1237,8 @@ textarea.form-input.input-sm {
}
.input-group.input-inline {
display: inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.has-success .form-input,
@ -1306,15 +1306,28 @@ textarea.form-input.input-sm {
border-color: #e85600;
}
.form-input:not(:-ms-input-placeholder):invalid {
border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
.form-input:not(:-ms-input-placeholder):invalid:focus {
background: #fffaf7;
box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
.form-input:not(:placeholder-shown):invalid:focus {
background: #fffaf7;
box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
color: #e85600;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
}
@ -1349,8 +1362,8 @@ input.disabled + .form-icon {
}
.form-horizontal .form-group {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@ -1536,31 +1549,36 @@ video.video-responsive::before {
display: none !important;
}
.cols,
.columns {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -.4rem;
margin-right: -.4rem;
}
.cols.col-gapless,
.columns.col-gapless {
margin-left: 0;
margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
padding-left: 0;
padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
}
[class~="col-"],
.column {
-ms-flex: 1;
flex: 1;
@ -1569,6 +1587,19 @@ video.video-responsive::before {
padding-right: .4rem;
}
[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
@ -1975,8 +2006,8 @@ video.video-responsive::before {
}
.hero {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
@ -2001,8 +2032,8 @@ video.video-responsive::before {
.navbar {
align-items: stretch;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
@ -2012,8 +2043,8 @@ video.video-responsive::before {
.navbar .navbar-section {
align-items: center;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0;
flex: 1 0 0;
-ms-flex-align: center;
@ -2026,8 +2057,8 @@ video.video-responsive::before {
.navbar .navbar-center {
align-items: center;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-align: center;
@ -2038,8 +2069,8 @@ video.video-responsive::before {
text-decoration: none;
}
.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
.accordion input:checked ~ .accordion-header > .icon:first-child,
.accordion[open] .accordion-header > .icon:first-child {
transform: rotate(90deg);
}
@ -2238,8 +2269,8 @@ summary.accordion-header::-webkit-details-marker {
.bar {
background: #eef0f3;
border-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: .8rem;
@ -2314,8 +2345,8 @@ summary.accordion-header::-webkit-details-marker {
background: #fff;
border: .05rem solid #dadee4;
border-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@ -2360,8 +2391,8 @@ summary.accordion-header::-webkit-details-marker {
align-items: center;
background: #eef0f3;
border-radius: 5rem;
display: inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
font-size: 90%;
height: 1.2rem;
@ -2500,8 +2531,8 @@ summary.accordion-header::-webkit-details-marker {
.menu .menu-badge {
align-items: center;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
height: 100%;
position: absolute;
@ -2531,8 +2562,8 @@ summary.accordion-header::-webkit-details-marker {
.modal:target,
.modal.active {
display: flex;
display: -ms-flexbox;
display: flex;
opacity: 1;
z-index: 400;
}
@ -2573,8 +2604,8 @@ summary.accordion-header::-webkit-details-marker {
background: #fff;
border-radius: .1rem;
box-shadow: 0 .2rem .5rem rgba(48, 55, 66, .3);
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 75vh;
@ -2604,8 +2635,8 @@ summary.accordion-header::-webkit-details-marker {
}
.nav {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
list-style: none;
@ -2639,8 +2670,8 @@ summary.accordion-header::-webkit-details-marker {
}
.pagination {
display: flex;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: .2rem 0;
padding: .2rem 0;
@ -2700,8 +2731,8 @@ summary.accordion-header::-webkit-details-marker {
.panel {
border: .05rem solid #dadee4;
border-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@ -2785,8 +2816,8 @@ summary.accordion-header::-webkit-details-marker {
}
.step {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style: none;
@ -2855,8 +2886,8 @@ summary.accordion-header::-webkit-details-marker {
.tab {
align-items: center;
border-bottom: .05rem solid #dadee4;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@ -2922,8 +2953,8 @@ summary.accordion-header::-webkit-details-marker {
.tile {
align-content: space-between;
align-items: flex-start;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
-ms-flex-line-pack: justify;
}
@ -3285,13 +3316,13 @@ a.text-error:visited {
}
.d-flex {
display: flex;
display: -ms-flexbox;
display: flex;
}
.d-inline-flex {
display: inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.d-none,
@ -3387,6 +3418,7 @@ a.text-error:visited {
.loading::after {
animation: loading 500ms infinite linear;
background: transparent;
border: .1rem solid #5755d9;
border-radius: 50%;
border-right-color: transparent;
@ -3397,6 +3429,8 @@ a.text-error:visited {
left: 50%;
margin-left: -.4rem;
margin-top: -.4rem;
opacity: 1;
padding: 0;
position: absolute;
top: 50%;
width: .8rem;
@ -3441,8 +3475,8 @@ a.text-error:visited {
}
.p-sticky {
position: sticky !important;
position: -webkit-sticky !important;
position: sticky !important;
}
.p-centered {
@ -3454,8 +3488,8 @@ a.text-error:visited {
.flex-centered {
align-items: center;
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
@ -3693,6 +3727,18 @@ a.text-error:visited {
font-size: 1.2em;
}
.text-small {
font-size: .9em;
}
.text-tiny {
font-size: .8em;
}
.text-muted {
opacity: .8;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;

@ -11,163 +11,21 @@ copy it. */
/* begin body type */ /* 1 - humanist sans a */
/* X11NS4 */
body {
font-size: 1em;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
p, blockquote, ul, ol, dl, dd, li, dir, menu {
/* inherit from body */
}
small {
font-size: .92em;
}
big {
font-size: 1.17em;
}
pre {
font-family: 'Monotype.com', Courier New, monospace;
}
ol li {
list-style-type: decimal;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
table, tbody, tr, td {
font-size: 1em;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
/* end body type */
/* begin header type */ /* 1 - humanist sans a */
h1 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 2em;
font-weight: 500;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h2 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.75em;
font-weight: 500;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h3 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.58em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h4 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.33em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h5, dt {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.17em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h6 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
tfoot, thead {
font-size: 1em;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
}
th {
vertical-align: baseline;
font-size: 1em;
font-weight: bold;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
}
hr {
visibility: hidden;
}
/* end header type */
/* X11NS4 */
h1, h2, h3, h4, h5, h6, th, dt { font-family: Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; }
/* X11NS4 */
p, div, ul, dl, dt, dd, pre, ol, li, blockquote, address {
color: #F5F5F5;
}
/* begin affordances */ /* 8 - bluegold */
a, address, blockquote, body, cite, code, dd, del, dfn,
@ -310,488 +168,18 @@ a.offsite {
/* begin vertical */ /* 1 - pentatonic a */
a, address, blockquote, cite, code, dd, del, dfn,
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,
u, abbr, acronym, bdo, button, fieldset, ins, label {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
vertical-align: baseline;
}
body {
line-height: 1.58em;
}
div > p:first-child, body > p:first-child, td > p:first-child {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p, p.initial {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.33em;
}
h1 {
margin-top: 1.33em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h2 {
margin-top: 1.75em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h3 {
margin-top: 1.58em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h4 {
margin-top: 1.33em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h5 {
margin-top: 1.17em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h6 {
margin-top: 1em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
p {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
blockquote, fieldset, form, ul, ol, dl, dir, menu {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
dt {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
dd {
margin-top: 0;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li hr, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd hr, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
li {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
address {
margin-top: 1.58em;
margin-bottom: 1.58em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
pre {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
line-height: 1.25em;
}
hr {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
height: 1px;
}
div, center {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
.subhead {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
.stb {
margin-top: 2.17em;
margin-bottom: .75em;
padding-top: 2.17em;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
border-style: solid
}
.mtb {
margin-top: 3.08em;
margin-bottom: .75em;
padding-top: 3.08em;
padding-bottom: 0;
border-top: .1em;
border-bottom: 0;
border-style: solid
}
.ltb {
margin-top: 4.34em;
margin-bottom: .75em;
padding-top: 4.34em;
padding-bottom: 0;
border-top: .25em;
border-bottom: 0;
border-style: solid
}
col, colgroup, table, tbody, td, tfoot, th, thead, tr {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
td, th {
line-height: 1.33em;
}
/* end vertical */
/* X11NS4 */
/* begin horizontal */ /* 1 - compact */
a, address, blockquote, cite, code, dd, del, dfn,
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,
u, abbr, acronym, bdo, button, fieldset, ins, label {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
float: none;
clear: none;
list-style-position: outside;
}
address, blockquote, dl, fieldset, form, ol,
p, ul, dir, hr, menu, pre {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
div > p:first-child, body > p:first-child, td > p:first-child {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
text-indent: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p, p.initial {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
text-indent: 0;
}
h1 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h2 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h3 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h4 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h5 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h6 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-indent: 0;
}
blockquote {
margin-left: 1.58em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
address {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
pre {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
li {
margin-left: 3.16em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
dt {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
dd {
margin-left: 1.58em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li hr, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd hr, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
hr {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
width: 100%;
}
center {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
col, colgroup, table, tbody, td, tfoot, th, thead, tr {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
float: none;
clear: none;
}
table {
text-align: left;
}
td {
text-align: left;
}
th {
text-align: left;
}
caption {
text-align: left;
}
/* end horizontal */
/* X11NS4 */
/* X11NS4 */
/* begin body box */ /* 6 - 'twelvths symmetric' */
body {
@ -814,3 +202,4 @@ body {

Loading…
Cancel
Save