/[suikacvs]/markup/html/html5/spec-ja/both-en-ja-style.css
Suika

Contents of /markup/html/html5/spec-ja/both-en-ja-style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Oct 25 06:33:19 2008 UTC (16 years ago) by wakaba
Branch: MAIN
File MIME type: text/css
Support for en/ja view

1 wakaba 1.1 /* Show both of English original text and Japanese translation text */
2    
3     .has-ja-translation {
4     display: table;
5     width: 90%;
6     }
7    
8     .en-original, .ja-translation {
9     display: table-cell;
10     width: 48%;
11     }
12    
13     .en-original {
14     padding-right: 2em;
15     }
16    
17     .ja-translation {
18     padding-left: 1em;
19     }
20    
21     /*
22     Author: Wakaba <w@suika.fam.cx>.
23     License: Public Domain.
24     $Date:$
25     */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24