summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-12-06 20:05:51 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-12-06 20:05:51 +0530
commitbed3dc00c9112d70966990ca66ab0a078b5ca0b5 (patch)
tree8d3a1d6c258f84d1949f79764386086dec39fb82 /styling/style.css
parent502ca4ede537f3df715f235922fb78d05dcdaa2f (diff)
parentfd01b4f3f5b4c261130ac82fc90797527b433cc1 (diff)
merged from devel branch: now scruf supports HTML5 audio tag. for other changes, see below.
added: parsers/Audio.java modified: index/IndexCreator.java parsers/Images.java parsers/NullIt.java parsers/ParserList.java styling/style.css pending merges: rsiddharth 2012-12-02 stylesheet update: formatting for audio tag. rsiddharth 2012-12-02 new feature: I have added support for <audio> tags for Ogg audio. rsiddharth 2012-11-30 minor-fix(es) to comply with standards rsiddharth 2012-11-30 bug fix: parser/Nullit.java quotes the full regex before sending the
Diffstat (limited to 'styling/style.css')
-rw-r--r--styling/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/styling/style.css b/styling/style.css
index cbcf51f..9166be3 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -94,6 +94,14 @@ img {
padding: 10px;
}
+audio {
+ margin-left:auto;
+ margin-right:auto;
+ display:block;
+ border: 1px;
+ padding: 10px;
+}
+
a:link,a:visited {
transition:border-bottom 0.3s, color 0.3s;
-moz-transition:border-bottom 0.3s, color 0.3s;