public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org
Subject: [wwwdocs] simtest-howto.html - convert to HTML 5, using CSS
Date: Sun, 02 Sep 2018 11:41:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.21.1809021338560.6216@anthias.pfeifer.com> (raw)

The new CSS class should prove useful also in other cases.

Committed.

Gerald

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.56
diff -u -r1.56 gcc.css
--- gcc.css	2 Sep 2018 09:47:10 -0000	1.56
+++ gcc.css	2 Sep 2018 11:39:01 -0000
@@ -15,6 +15,8 @@
 .highlight{ color: darkslategray; font-weight:bold; }
 .smaller  { font-size: 80%; }
 
+.left     { text-align:left; }
+
 .no-margin-top { margin-top:0; }
 .twocolumns { column-counts:2; -moz-column-count:2; }
 .imgleft { margin: 5px 20px; float: left; }

Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.34
diff -u -r1.34 simtest-howto.html
--- simtest-howto.html	1 Sep 2018 23:42:01 -0000	1.34
+++ simtest-howto.html	2 Sep 2018 11:39:40 -0000
@@ -172,8 +172,8 @@
     significantly different code to be generated and can matter more
     than word size and endianness in terms of detecting new breakage.</p>
 
-<table cellspacing="5" cellpadding="5">
-<tr align="left">
+<table class="padding5">
+<tr class="left">
  <th>Target</th><th>Simulator</th><th>Comments</th><th>Test Results</th>
 </tr>
 

                 reply	other threads:[~2018-09-02 11:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LSU.2.21.1809021338560.6216@anthias.pfeifer.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).