diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-12-12 12:00:26 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-12-12 12:00:26 +0900 |
commit | d861c1c907b9d1c09f66e8bbab34c173771a9259 (patch) | |
tree | b6922693838321447699296294c283ac5c881b6e /scripts | |
parent | e8db929184b456255176712d589f66e932df12db (diff) |
wiki: tidyup GMSL_xxx page
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/css b/scripts/css index 41b2554..cff3876 100644 --- a/scripts/css +++ b/scripts/css @@ -10,6 +10,12 @@ h2 { background: linear-gradient(transparent 20%, #a7d6ff 80%); } +h3 { + border-left: solid 5px #a0d0ff; + padding: 0.25em 0.5em; +} + + table { border-collapse: collapse; border: solid 1px gray; |