repo.or.cz
/
booki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Xinha editor
[booki.git]
/
site_media
/
xinha
/
plugins
/
LangMarks
/
lang-marks.css
blob
b616f1f20b1c0bdd18b6ee436d70664a11111425
1
span
.
haslang
{
2
border-bottom
:
1px
dashed
#aaa
;
3
white-space
:
nowrap
;
4
}
5
span
[
lang
]::
after
{
6
content
:
attr
(
lang
);
7
text-transform
:
uppercase
;
8
font-family
:
sans-serif
;
9
color
:
white
;
10
background
:
red
;
11
border
:
1px
solid red
;
12
font-size
:
x-small
;
13
font-weight
:
normal
;
14
vertical-align
:
top
;
15
}