[Buildroot] [git commit] docs/website/news.html: correct left/right ordering of 2020.08-rc2 entry

Peter Korsgaard peter at korsgaard.com
Mon Aug 24 14:58:59 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=1861514be311beec600dd440a6afe2c2a367b031
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

And drop the confusing class="timeline" tag from the 2020.08-rc1 entry.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/website/news.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/website/news.html b/docs/website/news.html
index af4bd6c86e..6269c7b60f 100644
--- a/docs/website/news.html
+++ b/docs/website/news.html
@@ -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">


More information about the buildroot mailing list