]> Git Repo - buildroot-mgba.git/commitdiff
docs/website/news.html: correct left/right ordering of 2020.08-rc2 entry
authorPeter Korsgaard <[email protected]>
Mon, 24 Aug 2020 14:58:59 +0000 (16:58 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 24 Aug 2020 14:58:59 +0000 (16:58 +0200)
And drop the confusing class="timeline" tag from the 2020.08-rc1 entry.

Signed-off-by: Peter Korsgaard <[email protected]>
docs/website/news.html

index af4bd6c86e175063adf053b6780779eded9381c9..6269c7b60f5f8e4c69ceee07580ae44f883348e9 100644 (file)
@@ -9,7 +9,7 @@
 <h2>News</h2>
 <ul class="timeline">
 
-  <li>
+  <li class="timeline-inverted">
     <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
     <div class="timeline-panel">
       <div class="timeline-heading">
@@ -30,7 +30,7 @@
     </div>
   </li>
 
-  <li class="timeline">
+  <li>
     <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
     <div class="timeline-panel">
       <div class="timeline-heading">
This page took 0.03909 seconds and 4 git commands to generate.