projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffb9ad
)
add table css styling back in
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Feb 2020 16:16:25 +0000
(16:16 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Feb 2020 16:16:29 +0000
(16:16 +0000)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index b39e0ac22f7d1338e006cab600596388f740e814..09198f50dc5ea4e939bfec8d2e5af54c2d49ac3a 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-99,4
+99,15
@@
content : "";
counter-increment : none;
}
+table {
+ margin-left: 35px;
+}
+
+table, th, td {
+ border: 1px solid black;
+}
+
+td {
+ padding: 4px;
+}