summaryrefslogtreecommitdiff
path: root/core/src/main/assets/html-export-template.html
diff options
context:
space:
mode:
authormalockin <malockin@gmail.com>2020-05-23 22:16:19 +0300
committermalockin <malockin@gmail.com>2020-05-23 22:16:19 +0300
commit35dde1fadbd2bfa70ab96c09e8bd332aa9768cd9 (patch)
tree370bdc84e488889ffffc2d2d6f84ac740155a207 /core/src/main/assets/html-export-template.html
parent4d74233151a07bde76ae77285e5346b376d23961 (diff)
downloadAntennaPod-35dde1fadbd2bfa70ab96c09e8bd332aa9768cd9.zip
Cleaner CSS, item templates
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
Diffstat (limited to 'core/src/main/assets/html-export-template.html')
-rw-r--r--core/src/main/assets/html-export-template.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/assets/html-export-template.html b/core/src/main/assets/html-export-template.html
index fd54a8dc6..19d63f6ca 100644
--- a/core/src/main/assets/html-export-template.html
+++ b/core/src/main/assets/html-export-template.html
@@ -72,6 +72,13 @@
margin-top: 10px;
clear:left;
}
+ ul > li > span {
+ width: 100%;
+ border-top: 1px solid #eee8e8;
+ padding: 5px;
+ box-shadow: none;
+ text-align: left;
+ }
</style>
</head>
<body>