Browse Source

Show new news in index. Minor style update to blockquotes.

Change-Id: I0b3d00f8e484effcdc61903dc964a03c42ec5264
Signed-off-by: P. Salazar <git.5.psalazar@neverbox.com>
P. Salazar 8 years ago
parent
commit
5ba4d8b469
3 changed files with 5 additions and 1 deletions
  1. 1 1
      web/docs/index.md
  2. 3 0
      web/docs/news.md
  3. 1 0
      web/harvey-theme/css/base.css

+ 1 - 1
web/docs/index.md

@@ -12,11 +12,11 @@ Our aim is to provide a modern, distributed, 64 bit operating system that does a
 
 ## News & events
 
+* [Using gdb to debug Harvey](news#debugging-harvey-gdb)
 * [APE is ready](news#ape-is-ready)
 * [Broken scheduler, working scheduler](news#broken-scheduler)
 * [USENIX presentation slides available](news#usenix-2015-materials)
 * [Developers wanted!](news#developers-wanted)
-* [Harvey at USENIX](news#usenix-2015)
 
 
 <h2>Code status</h2>

+ 3 - 0
web/docs/news.md

@@ -1,10 +1,13 @@
 # News & events
+
 <a name="debugging-harvey-gdb"></a>
 ## Using gdb to debug Harvey
 August 8, 2015
 
 A page has been added to the wiki which describes how to debug Harvey using gdb.  See [Debugging Harvey in gdb](https://github.com/Harvey-OS/harvey/wiki/Debugging-Harvey-in-gdb) for details.
 
+---
+
 <a name="ape-is-ready"></a>
 ## APE is ready
 August 6, 2015

+ 1 - 0
web/harvey-theme/css/base.css

@@ -40,6 +40,7 @@ div.col-md-9 img {
 div.lazy img { margin:0;}
 
 blockquote { background-color: #eee; color: #777;}
+blockquote p {font-size: 1em;}
 
 h1 { color: #000; margin-top: 0.25em;}