projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3497ba8
)
CSSの更新。日本語で斜体を使わないように
author
j8takagi
<j8takagi@nifty.com>
Thu, 8 Aug 2013 22:56:30 +0000
(07:56 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Thu, 8 Aug 2013 22:56:30 +0000
(07:56 +0900)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index
0fb3a17
..
a163694
100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-106,14
+106,20
@@
kbd {
font-family: monospace;
}
+em {
+ font-weight: bold;
+ font-style: normal;
+}
+
kbd, code, .file {
margin-left:0.5em;
margin-right: 0.5em;
}
table, th, td {
- border: 1px solid #
CCC
;
+ border: 1px solid #
888
;
border-collapse: collapse; /* 枠線の表示方法 */
+ margin-bottom: 1em;
}
table.cartouche, table.cartouche th, table.cartouche td {