styling upgrades
This commit is contained in:
parent
979d0744d8
commit
e4625e1fdc
@ -62,9 +62,12 @@ nav {
|
||||
#nopaddingplz {
|
||||
padding: 0;
|
||||
}
|
||||
.card-body > .row:first-of-type > .col {
|
||||
.card-body > .row:first-of-type {
|
||||
border-bottom: solid .2em gainsboro;
|
||||
}
|
||||
.card-body > .row > .col {
|
||||
.card-body > .row:not(:last-of-type):not(:first-of-type) {
|
||||
border-bottom: solid .1em gainsboro;
|
||||
}
|
||||
.card-body > .raow > .col:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
11
index.html
11
index.html
@ -180,6 +180,17 @@
|
||||
1.1.1232
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Cestne prohlaseni
|
||||
</div>
|
||||
<div class="col">
|
||||
cestne_prohlaseni.pdf
|
||||
</div>
|
||||
<div class="col">
|
||||
25.5.2018
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user