Skip to content

Commit

Permalink
fix browser link
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed May 20, 2016
1 parent 21b267f commit a1fe9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/epidoc_c.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ TEI {
margin: 0;
}
TEI:before {
content: oxy_label(text, "Datensatz-ID: ", width, 6.75em, text-align, right) attr('xml:id')
content: oxy_label(text, "Datensatz-ID: ", width, 6.75em, text-align, right) attr('xml:id') " (im Browser öffnen)"
oxy_editor(type, button, actionID, insert_info_TEI_id, transparent, true, color, #FFFFFF)
" " attr("rend")
;
-oxy-editable: false;
link: "http://papyri.uni-koeln.de:8080/apps/papyri-data/wissen/bibl.xml";
link: "http://papyri.uni-koeln.de:8080/apps/papyri/stueck/"attr('xml:id');
}
teiHeader, text, facsimile {
margin: 0.5em;
Expand Down

0 comments on commit a1fe9d8

Please sign in to comment.