projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7569b5
)
Add style for HTML iframes.
author
Jan Schneider
<jan@horde.org>
Wed, 24 Nov 2010 14:28:23 +0000
(15:28 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Nov 2010 16:02:16 +0000
(17:02 +0100)
imp/themes/default/mobile.css
patch
|
blob
|
history
diff --git
a/imp/themes/default/mobile.css
b/imp/themes/default/mobile.css
index
1c14ea7
..
ab65d83
100644
(file)
--- a/
imp/themes/default/mobile.css
+++ b/
imp/themes/default/mobile.css
@@
-1,3
+1,9
@@
#message .ui-body-c {
border-top-width: 0;
}
+
+/* Style for HTML data iframe. */
+.htmlMsgData {
+ margin: 2px 0;
+ width: 100%;
+}