aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-05-09 19:27:03 +0200
committercedricbonhomme <devnull@localhost>2010-05-09 19:27:03 +0200
commitf7cd4ab03a10bc0089840144e4fec98ec7981a10 (patch)
tree8c9c5c48609d4af95a9037b383ddded8c2df28bc /css/style.css
parentRelease 1.3. Export function (HTML, raw text). (diff)
downloadnewspipe-f7cd4ab03a10bc0089840144e4fec98ec7981a10.tar.gz
newspipe-f7cd4ab03a10bc0089840144e4fec98ec7981a10.tar.bz2
newspipe-f7cd4ab03a10bc0089840144e4fec98ec7981a10.zip
Improvements of HTML and text export.
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 46264279..0de4ca0e 100755
--- a/css/style.css
+++ b/css/style.css
@@ -59,6 +59,7 @@ table {
margin-left: 2em;
margin-bottom: 1em;
border-collapse: collapse;
+ text-align: left;
}
th, td {
@@ -69,11 +70,13 @@ th, td {
th {
vertical-align: bottom;
border-bottom: 1px solid black;
+ text-align: left;
}
td {
vertical-align: top;
padding-top: 5px;
+ text-align: left;
}
table.border td, table.border th {
bgstack15