style/layout tweaks
This commit is contained in:
@@ -4,6 +4,10 @@ body {
|
|||||||
font-size:large;
|
font-size:large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 { font-size: 5rem; }
|
||||||
|
h2 { font-size: 4rem; }
|
||||||
|
h3 { font-size: 3rem; }
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
<!-- For editing tips, see ../README.md -->
|
<!-- For editing tips, see ../README.md -->
|
||||||
|
|
||||||
<div style="float:right; width:30%; margin:0 1em; position:relative; top:-4em; z-index:-1;">
|
<div style="float:right; width:30%; margin:0 1em; z-index:-1;">
|
||||||
<img src="images/pta-avatar.jpg" width=250 style="border-radius:50%;">
|
<img src="images/pta-avatar.jpg" width=200 style="border-radius:50%;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="intro" style="font-size:larger;">
|
<div id="intro" style="font-size:larger;">
|
||||||
@@ -405,6 +405,7 @@ Generally it's possible to migrate data between them.
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
|
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
|
||||||
|
a { white-space:nowrap; }
|
||||||
</style>
|
</style>
|
||||||
<!--
|
<!--
|
||||||
Table syntax: https://pandoc.org/README.html#tables
|
Table syntax: https://pandoc.org/README.html#tables
|
||||||
|
|||||||
Reference in New Issue
Block a user