mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed css fonts:
The path was referenced after the css macro, and the css font names have changed as well. I update all the weights and styles and fixed some formatting/indenting issues
This commit is contained in:
parent
82c8440f09
commit
3d4484d24a
2 changed files with 228 additions and 204 deletions
5
doc/_themes/saltstack/layout.html
vendored
5
doc/_themes/saltstack/layout.html
vendored
|
@ -92,7 +92,6 @@
|
|||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ pathto('_static/basic.css', 1) }}">
|
||||
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.css', 1) }}">
|
||||
<style>
|
||||
body { padding-top: 20px; }
|
||||
|
@ -118,6 +117,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="google-site-verification" content="1Y-ojT3ndjxA9coB77iUDyXPWxeuQ3T4_r0j-QG6QHg" />
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300' rel='stylesheet' type='text/css'>
|
||||
{{ css() }}
|
||||
|
||||
{%- if not embedded %}
|
||||
|
@ -159,7 +159,6 @@
|
|||
{%- endblock %}
|
||||
|
||||
{%- block extrahead %} {% endblock %}
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,800italic,300,800' rel='stylesheet' type='text/css'>
|
||||
<script src="{{ pathto('_static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js', 1) }}"></script>
|
||||
|
||||
{%- block analytics %}
|
||||
|
@ -262,7 +261,7 @@
|
|||
<script src="{{ pathto('_static/js/main.js', 1) }}"></script>
|
||||
|
||||
{% if on_saltstack %}
|
||||
<script type="text/javascript" language="javascript">llactid=23943</script>
|
||||
<script type="text/javascript" language="javascript">llactid=23943</script>
|
||||
<script type="text/javascript" language="javascript" src="http://t6.trackalyzer.com/trackalyze.js"></script>
|
||||
|
||||
<script>
|
||||
|
|
427
doc/_themes/saltstack/static/css/main.css
vendored
427
doc/_themes/saltstack/static/css/main.css
vendored
|
@ -1,321 +1,347 @@
|
|||
|
||||
|
||||
/* ==========================================================================
|
||||
Author's custom styles
|
||||
========================================================================== */
|
||||
Author's custom styles
|
||||
========================================================================== */
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
-ms-transition: all 0.2s ease;
|
||||
-o-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
-ms-transition: all 0.2s ease;
|
||||
-o-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.navbar .nav {
|
||||
float:right;
|
||||
margin: 0;
|
||||
padding-top: 18px;
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
.navbar .nav {
|
||||
float:right;
|
||||
margin: 0;
|
||||
padding-top: 18px;
|
||||
}
|
||||
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
|
||||
color: #484c51;
|
||||
font: 14px/24px 'Open Sans Light';
|
||||
color: #484c51;
|
||||
font: 14px/24px 'Open Sans';
|
||||
font-weight: 200;
|
||||
}
|
||||
.navbar .nav li.currentNav {
|
||||
background: url(../img/navCurrentArrow.png) center 32px no-repeat;
|
||||
background: url(../img/navCurrentArrow.png) center 32px no-repeat;
|
||||
}
|
||||
.hero-unit {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.shaded {
|
||||
background: #f7f9f8;
|
||||
background: #f7f9f8;
|
||||
}
|
||||
.shaded img {
|
||||
margin: 8px 12px;
|
||||
margin: 8px 12px;
|
||||
}
|
||||
.articleCredits {
|
||||
padding-left: 12px;
|
||||
font: 12px/24px 'Open Sans Light';
|
||||
white-space: pre;
|
||||
padding-left: 12px;
|
||||
font: 12px/24px 'Open Sans';
|
||||
font-weight: 100;
|
||||
white-space: pre;
|
||||
}
|
||||
.fullwidth {
|
||||
padding: 30px;
|
||||
padding: 30px;
|
||||
}
|
||||
body.contact .shaded img {
|
||||
margin: 0;
|
||||
body.contact .shaded img {
|
||||
margin: 0;
|
||||
}
|
||||
.map img {
|
||||
margin-top: 30px;
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
float: left;
|
||||
}
|
||||
body.index .success, body.index .clients {
|
||||
margin-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.success h2 {
|
||||
margin-top: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.testimonialAuthor {
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
font: 12px/24px 'Open Sans Extrabold';
|
||||
color: #aa2b39;
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
font: 12px/24px 'Open Sans';
|
||||
color: #aa2b39;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.success hr, .events hr, .productnews hr {
|
||||
margin-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.clients {
|
||||
background-color: #415a72;
|
||||
background-color: #415a72;
|
||||
}
|
||||
.clients img {
|
||||
margin: 15px 21px;
|
||||
margin: 15px 21px;
|
||||
}
|
||||
.news {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
h2.homeSecTitles {
|
||||
color: #8d9caa;
|
||||
font-family: 'Open Sans Extrabold Italic';
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 0;
|
||||
color: #8d9caa;
|
||||
font-style: italic;
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 800;
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.success h3 {
|
||||
font: 18px/30px 'Open Sans Light Italic'; color: #4f575b; margin: 25px 0;
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
font: 18px/30px 'Open Sans';
|
||||
color: #4f575b; margin: 25px 0;
|
||||
}
|
||||
.success img {
|
||||
margin: 30px 10px 10px 80px;
|
||||
margin: 30px 10px 10px 80px;
|
||||
}
|
||||
.about img {
|
||||
margin-bottom: 21px;
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
.carousel-inner {
|
||||
max-height: 387px;
|
||||
.carousel-inner {
|
||||
max-height: 387px;
|
||||
}
|
||||
.carousel-control {
|
||||
opacity: 1;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
opacity: 1;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.carousel-caption h1 {
|
||||
text-transform:uppercase;
|
||||
margin-top: 20px;
|
||||
display:none;
|
||||
text-transform:uppercase;
|
||||
margin-top: 20px;
|
||||
display:none;
|
||||
}
|
||||
.carousel-caption p {
|
||||
margin-top: 25px;
|
||||
font: 16px/24px 'Open Sans Light';
|
||||
color: #000;
|
||||
display: none;
|
||||
margin-top: 25px;
|
||||
font-weight: 100;
|
||||
font: 16px/24px 'Open Sans';
|
||||
color: #000;
|
||||
display: none;
|
||||
}
|
||||
.carousel-caption img {
|
||||
margin-top: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#myCarousel img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#myCarousel .carousel-control img {
|
||||
width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Open Sans Light';
|
||||
font-weight: 100;
|
||||
font-family: 'Open Sans';
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font: 18px/28px 'Open Sans Extrabold';
|
||||
text-transform: uppercase;
|
||||
color: #373e4b;
|
||||
margin-bottom: 0;
|
||||
font: 18px/28px 'Open Sans';
|
||||
text-transform: uppercase;
|
||||
font-weight: 800;
|
||||
color: #373e4b;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 {
|
||||
font-size: 16px; line-height:26px;
|
||||
font-size: 16px; line-height:26px;
|
||||
}
|
||||
p {
|
||||
font-size: 14px; line-height: 24px; color: #313131;
|
||||
font-size: 14px; line-height: 24px; color: #313131;
|
||||
}
|
||||
.lede {
|
||||
text-align: center;
|
||||
margin-bottom:20px;
|
||||
max-width: 80%;
|
||||
margin-left: 10%;
|
||||
text-align: center;
|
||||
margin-bottom:20px;
|
||||
max-width: 80%;
|
||||
margin-left: 10%;
|
||||
}
|
||||
body.services .lede {
|
||||
max-width: 95%;
|
||||
margin-left: 2.5%;
|
||||
margin-top: 30px;
|
||||
max-width: 95%;
|
||||
margin-left: 2.5%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
body.products .lede {
|
||||
margin-top: 30px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.lede h3 {
|
||||
font: 24px/30px 'Open Sans Light';
|
||||
color: #aa2b39;
|
||||
font-weight: 100;
|
||||
font: 24px/30px 'Open Sans';
|
||||
color: #aa2b39;
|
||||
}
|
||||
.lede h4 {
|
||||
font: 20px/30px 'Open Sans Light Italic';
|
||||
color: #373e4b;
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
font: 20px/30px 'Open Sans';
|
||||
color: #373e4b;
|
||||
}
|
||||
body.services .lede h4 {
|
||||
font-size: 16px;
|
||||
line-height: 150%;
|
||||
font-size: 16px;
|
||||
line-height: 150%;
|
||||
}
|
||||
body.services .lede {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
body.about h1, body.services h1, body.contact h1 {
|
||||
font: 20px/30px 'Open Sans Extrabold Italic';
|
||||
color: #4f575b;
|
||||
margin-top: 0;
|
||||
font: 20px/30px 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 800;
|
||||
color: #4f575b;
|
||||
margin-top: 0;
|
||||
}
|
||||
.row-fluid {
|
||||
margin-top: 50px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
body.about h6 {
|
||||
margin: 0;
|
||||
font-family: 'Open Sans Light Italic';
|
||||
text-transform: uppercase;
|
||||
line-height: 80%;
|
||||
margin-bottom: 10px;
|
||||
color: #AA2B39;
|
||||
margin: 0;
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
font-family: 'Open Sans';
|
||||
text-transform: uppercase;
|
||||
line-height: 80%;
|
||||
margin-bottom: 10px;
|
||||
color: #AA2B39;
|
||||
}
|
||||
body.services table {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
table-layout: fixed;
|
||||
body.services table {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
table-layout: fixed;
|
||||
}
|
||||
body.services table th, body.services table td {
|
||||
padding: 10px 0;
|
||||
text-align: left;
|
||||
padding: 10px 0;
|
||||
text-align: left;
|
||||
}
|
||||
body.services table td {
|
||||
color: #373e4b;
|
||||
font-family: 'Open Sans Light Italic';
|
||||
width: 206px;
|
||||
body.services table td {
|
||||
color: #373e4b;
|
||||
font-style: italic;
|
||||
font-weight: 100;
|
||||
font-family: 'Open Sans';
|
||||
width: 206px;
|
||||
}
|
||||
body.services table tr:last-child th, body.services table tr:last-child td {
|
||||
border-bottom: none;
|
||||
body.services table tr:last-child th, body.services table tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
body.services table tr:nth-child(even) {
|
||||
background: #eff3f1;
|
||||
}
|
||||
body.services table td:first-child {
|
||||
padding-left: 30px;
|
||||
body.services table tr:nth-child(even) {
|
||||
background: #eff3f1;
|
||||
}
|
||||
body.services table td:first-child {
|
||||
padding-left: 30px;
|
||||
}
|
||||
body.services table td.tableCenter {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
.singleProduct ul {
|
||||
margin-left: 15px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.singleProduct li {
|
||||
padding: 5px 0;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.btn-red {
|
||||
display:block;
|
||||
padding: 5px 0;
|
||||
background: #aa2b39;
|
||||
color: #FFF;
|
||||
font-family: 'Open Sans Light';
|
||||
text-shadow: none;
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
width: 100px;
|
||||
margin-left: 75px;
|
||||
display:block;
|
||||
padding: 5px 0;
|
||||
background: #aa2b39;
|
||||
color: #FFF;
|
||||
font-style: italic;
|
||||
font-weight: 100;
|
||||
font-family: 'Open Sans';
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
width: 100px;
|
||||
margin-left: 75px;
|
||||
}
|
||||
.btn-red:hover, .bth-red:focus {
|
||||
background-color: #9B1C2E;
|
||||
color: white;
|
||||
background-color: #9B1C2E;
|
||||
color: white;
|
||||
}
|
||||
body.contact .btn-red {
|
||||
margin-left: 0; margin-top: 5px;
|
||||
margin-left: 0; margin-top: 5px;
|
||||
}
|
||||
#myCarousel .btn-red {
|
||||
margin-left: 12px; margin-top:-7px;
|
||||
margin-left: 12px; margin-top:-7px;
|
||||
}
|
||||
.map {
|
||||
border: 0; border-right: 1px solid #eee;
|
||||
.map {
|
||||
border: 0; border-right: 1px solid #eee;
|
||||
}
|
||||
.map h2, .connect h2 {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.map img {
|
||||
padding-right: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.connect a {
|
||||
margin: 0 8px 0 0; display: block; float: left;
|
||||
margin: 0 8px 0 0; display: block; float: left;
|
||||
}
|
||||
.connect a img:hover {
|
||||
margin-top: -5px;
|
||||
-webkit-transition: margin 0.2s ease-out;
|
||||
-moz-transition: margin 0.2s ease-out;
|
||||
-o-transition: margin 0.2s ease-out;
|
||||
transition: margin 0.2s ease-out;
|
||||
margin-top: -5px;
|
||||
-webkit-transition: margin 0.2s ease-out;
|
||||
-moz-transition: margin 0.2s ease-out;
|
||||
-o-transition: margin 0.2s ease-out;
|
||||
transition: margin 0.2s ease-out;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: url(../images/footerBG.jpg) 50% 0 no-repeat;
|
||||
min-height: 340px;
|
||||
margin-top: 50px;
|
||||
position:relative;
|
||||
-webkit-background-size: cover; /*for webKit*/
|
||||
-moz-background-size: cover; /*Mozilla*/
|
||||
-o-background-size: cover; /*opera*/
|
||||
background-size: cover; /*generic*/
|
||||
background: url(../images/footerBG.jpg) 50% 0 no-repeat;
|
||||
min-height: 340px;
|
||||
margin-top: 50px;
|
||||
position:relative;
|
||||
-webkit-background-size: cover; /*for webKit*/
|
||||
-moz-background-size: cover; /*Mozilla*/
|
||||
-o-background-size: cover; /*opera*/
|
||||
background-size: cover; /*generic*/
|
||||
}
|
||||
footer p, footer a {
|
||||
color: #FFF;
|
||||
font: 12px 'Open Sans Light';
|
||||
color: #FFF;
|
||||
font-weight: 100;
|
||||
font: 12px 'Open Sans';
|
||||
}
|
||||
footer a {
|
||||
display:block;
|
||||
float: left;
|
||||
margin: 0 0 6px 0;
|
||||
clear: left;
|
||||
display:block;
|
||||
float: left;
|
||||
margin: 0 0 6px 0;
|
||||
clear: left;
|
||||
}
|
||||
footer .row-fluid {
|
||||
margin-top: 30px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.footerCol {
|
||||
width: 20%;
|
||||
float:left;
|
||||
width: 20%;
|
||||
float:left;
|
||||
}
|
||||
.footerCol h4 {
|
||||
color: #FFF;
|
||||
font: 14px/24px 'Open Sans Extrabold';
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0;
|
||||
color: #FFF;
|
||||
font-weight: 800;
|
||||
font: 14px/24px 'Open Sans';
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
footer .social a {
|
||||
clear: none;
|
||||
margin: 0 4px;
|
||||
clear: none;
|
||||
margin: 0 4px;
|
||||
}
|
||||
footer .social img:hover {
|
||||
margin-top: -5px;
|
||||
-webkit-transition: margin 0.2s ease-out;
|
||||
-moz-transition: margin 0.2s ease-out;
|
||||
-o-transition: margin 0.2s ease-out;
|
||||
transition: margin 0.2s ease-out;
|
||||
margin-top: -5px;
|
||||
-webkit-transition: margin 0.2s ease-out;
|
||||
-moz-transition: margin 0.2s ease-out;
|
||||
-o-transition: margin 0.2s ease-out;
|
||||
transition: margin 0.2s ease-out;
|
||||
}
|
||||
body.contact footer, body.index footer {
|
||||
margin-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.news img {
|
||||
max-width: 275px;
|
||||
height: auto;
|
||||
max-width: 275px;
|
||||
height: auto;
|
||||
}
|
||||
.news h2, .news p, .events hr {
|
||||
max-width: 275px;
|
||||
max-width: 275px;
|
||||
}
|
||||
.productnews hr {
|
||||
max-width: 595px;
|
||||
max-width: 595px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Sphinx custom styles
|
||||
========================================================================== */
|
||||
Sphinx custom styles
|
||||
========================================================================== */
|
||||
|
||||
h1:hover > .headerlink,
|
||||
h2:hover > .headerlink,
|
||||
|
@ -326,53 +352,50 @@ h6:hover > .headerlink,
|
|||
dt:hover > .headerlink { visibility: visible; }
|
||||
|
||||
.sidebar .toctree-l1.current a {
|
||||
border-right: 5px solid #fcaf3e; }
|
||||
|
||||
border-right: 5px solid #fcaf3e;
|
||||
}
|
||||
.line-block {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.line-block .line-block {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
div.header div.rel a {
|
||||
color: #fcaf3e;
|
||||
letter-spacing: .1em;
|
||||
text-transform: uppercase;
|
||||
color: #fcaf3e;
|
||||
letter-spacing: .1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.descname {
|
||||
font-weight: bold; }
|
||||
|
||||
font-weight: bold;
|
||||
}
|
||||
.literal {
|
||||
background-color: #eeeeec; }
|
||||
|
||||
background-color: #eeeeec;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1em; }
|
||||
|
||||
margin: 1em;
|
||||
}
|
||||
.footer, .footer a {
|
||||
color: #888a85; }
|
||||
|
||||
color: #888a85;
|
||||
}
|
||||
div.admonition {
|
||||
font-size: 0.9em;
|
||||
margin: 1em 0 1em 0;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
border: 1px solid #ddd; }
|
||||
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
div.admonition p.admonition-title {
|
||||
font-weight: bold; color: #3465a4; }
|
||||
|
||||
font-weight: bold; color: #3465a4;
|
||||
}
|
||||
div.warning {
|
||||
border-color: #940000; }
|
||||
|
||||
border-color: #940000;
|
||||
}
|
||||
div.warning p.admonition-title {
|
||||
color: #940000; }
|
||||
|
||||
color: #940000;
|
||||
}
|
||||
div.viewcode-block:target {
|
||||
background-color: #f4debf;
|
||||
border-top: 1px solid #ac9;
|
||||
|
@ -380,8 +403,8 @@ div.viewcode-block:target {
|
|||
}
|
||||
|
||||
/* ==========================================================================
|
||||
SaltStack custom styles
|
||||
========================================================================== */
|
||||
SaltStack custom styles
|
||||
========================================================================== */
|
||||
|
||||
.lit-docs {
|
||||
list-style-type: none;
|
||||
|
@ -407,6 +430,7 @@ div.viewcode-block:target {
|
|||
}
|
||||
|
||||
/* Override a few Bootstrap-isms */
|
||||
|
||||
.lit-annotation pre,
|
||||
.lit-content pre {
|
||||
word-break: normal;
|
||||
|
@ -441,8 +465,9 @@ div.viewcode-block:target {
|
|||
}
|
||||
|
||||
/* rST automatically puts the .container class on ``.. container`` directives
|
||||
* which conflicts with the bootstrap class of the same name. >.<
|
||||
*/
|
||||
* which conflicts with the bootstrap class of the same name. >.<
|
||||
*/
|
||||
|
||||
.scrollable.container {
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue