Compare commits
No commits in common. "b81648cdc87f5e8aa514b31184d4174ef69be4ab" and "c2ed4b9cc2e781ea8a71c25c92312510c9c5baca" have entirely different histories.
b81648cdc8
...
c2ed4b9cc2
2 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ form {
|
|||
margin: 2px;
|
||||
padding: 2px;
|
||||
|
||||
&[data-selected="false"] { opacity: 0.7; }
|
||||
&[data-selected="false"] { opacity: 0.5; }
|
||||
}
|
||||
|
||||
/* Šipky na posouvání korektur */
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" title="opraf-css" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}?version=1" />
|
||||
<link rel="stylesheet" title="opraf-css" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}" />
|
||||
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet">
|
||||
<script src="{% static "korektury/opraf.js"%}?version=1"></script>
|
||||
<script src="{% static "korektury/opraf.js"%}"></script>
|
||||
<title>Korektury {{pdf.nazev}}</title>
|
||||
</head>
|
||||
<body class="{{ LOCAL_TEST_PROD }}web" data-status="{{ pdf.status }}" onload='place_comments()'>
|
||||
|
|
Loading…
Reference in a new issue