Compare commits
2 Commits
ab3265b095
...
d962f1ac74
Author | SHA1 | Date | |
---|---|---|---|
d962f1ac74 | |||
760b2f79bc |
@ -13,14 +13,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3"></div>
|
<!--<div class="col-3"></div>-->
|
||||||
<h6 class="col-3 center">
|
<h6 class="col-6 center">
|
||||||
<a href="https://git.hyperling.com/me/nodejs-website/src/branch/main/LICENSE"
|
<a href="https://git.hyperling.com/me/nodejs-website/src/branch/main/LICENSE"
|
||||||
target="_blank" rel="noopener noreferrer"
|
target="_blank" rel="noopener noreferrer"
|
||||||
>This website is free software! Click here to learn more.</a>
|
>This website is free software! Click here to learn more.</a>
|
||||||
</h6>
|
</h6>
|
||||||
<h6 class="col-3 center">
|
<h6 class="col-6 center">
|
||||||
<a href="/sitemap/">Full Site Map</a>
|
<a href="/sitemap/">Full Site Map</a>
|
||||||
</h6>
|
</h6>
|
||||||
<div class="col-3"></div>
|
<!--<div class="col-3"></div>-->
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
||||||
border: 1px solid #131313;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure columns are respected as if they always exist. */
|
/* Ensure columns are respected as if they always exist. */
|
||||||
@ -36,6 +34,11 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row {
|
||||||
|
border: 1px solid #131313;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/** Make the menu items centered and layout horizontal. **/
|
/** Make the menu items centered and layout horizontal. **/
|
||||||
/*
|
/*
|
||||||
.menu {
|
.menu {
|
||||||
@ -80,6 +83,11 @@
|
|||||||
border: 1px solid #33CC33;
|
border: 1px solid #33CC33;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Explicitly remove border from some objects. */
|
||||||
|
.no-border {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/** Format tables and allow contents to be broken up. **/
|
/** Format tables and allow contents to be broken up. **/
|
||||||
table {
|
table {
|
||||||
/*width: 100%;*/
|
/*width: 100%;*/
|
||||||
|
Reference in New Issue
Block a user