projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4679905
)
Theme default is now RTL compatible by commenting out the table class (line 31)
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 29 Jun 2021 07:47:44 +0000
(09:47 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 29 Jun 2021 07:47:44 +0000
(09:47 +0200)
themes/default/default.css
patch
|
blob
|
history
diff --git
a/themes/default/default.css
b/themes/default/default.css
index c05eb423e0107a1e47138b824ef0add38c8d15e9..f4f02140ba892861b9857cf11bbd5d39e7cac76f 100644
(file)
--- a/
themes/default/default.css
+++ b/
themes/default/default.css
@@
-28,11
+28,11
@@
tr, td, th {
font-size: 11px;
line-height: 19px;
}
-
+/*
table {
text-align: left;
}
-
+*/
textarea {
font-size: 12px;
}