Browse Source

deploy: 3b9a3bd0b8d1e5ff999153eb4e28fb5b40f8c95b

jserv 3 years ago
parent
commit
fbfc5f2f73
3 changed files with 6 additions and 3 deletions
  1. 1 1
      index.html
  2. 4 1
      lkmpg-for-ht.css
  3. 1 1
      lkmpg-for-ht.html

+ 1 - 1
index.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 8, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>September 9, 2021</span></div>
                                                                   
 
                                                                   

+ 4 - 1
lkmpg-for-ht.css

@@ -181,7 +181,10 @@ div.verbatiminput {font-family: monospace,monospace; white-space: nowrap; }
 pre.fancyvrb {white-space: pre-wrap; margin:0em;font-family:monospace,monospace;}
 .framedenv{border: 1px solid black;}
 html { width: 100vw; overflow-x: hidden; }
-body { max-width: 50rem; box-sizing: border-box; padding: 1rem; margin: 0 auto; overflow-x: hidden; }
+body { max-width: 55rem; box-sizing: border-box; padding: 1rem; margin: 0 auto; overflow-x: hidden; background-color: #F4ECD8; color: #5B464B; line-height: 1.5; }
+a { color: #0060DF; }
+p, a { font-size: 1.2em; }
+p + pre { font-size: 1.1em; }
 div.author { white-space: normal; }
 img.math { height: 1rem; vertical-align: top; }
 pre.fancyvrb, { white-space: pre; }

+ 1 - 1
lkmpg-for-ht.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 8, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>September 9, 2021</span></div>