[mb-commits] branch, mbs-5625, updated. MBS-5625, render <bdi> elements with display: inline-block to work around a c...
MusicBrainz Git Server <[email protected]> Sat, 19 Jan 2013 15:35:42 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TwaSM-00066t-Iq@wiley> |
The branch, mbs-5625 has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=29b2d766853bed8e50e1b71d4e7f47cc7272b5bf (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=0f609e6d76341d07570534c0cdc7eb0128737409 (commit)
Summary of changes:
root/static/styles/layout.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 29b2d766853bed8e50e1b71d4e7f47cc7272b5bf
Author: warp <[email protected]>
Date: Sat Jan 19 16:33:51 2013 +0100
MBS-5625, render <bdi> elements with display: inline-block to work around a chrome bug.
diff --git a/root/static/styles/layout.css b/root/static/styles/layout.css
index 4b73fb4..8a4971d 100644
--- a/root/static/styles/layout.css
+++ b/root/static/styles/layout.css
@@ -9,6 +9,8 @@ body {
margin: auto;
}
+bdi { display: inline-block; } /* Work around for chrome, see MBS-5625. */
+
/*input, select {
font-size: 12px;
}*/
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server