Revize bd517b82
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/showGraph.jsp | ||
---|---|---|
11 | 11 |
<head> |
12 | 12 |
<meta charset="utf-8"> |
13 | 13 |
|
14 |
<link rel="stylesheet" href="css/main.css"> |
|
15 | 14 |
<link rel="stylesheet" href="node_modules/spin.js/spin.css"> |
16 | 15 |
|
16 |
<link rel="stylesheet" href="css/common.css"> |
|
17 |
<link rel="stylesheet" href="css/show-graph.css"> |
|
18 |
|
|
19 |
<link rel="stylesheet" href="css/components/context-menu.css"> |
|
20 |
<link rel="stylesheet" href="css/components/header.css"> |
|
21 |
<link rel="stylesheet" href="css/components/minimap.css"> |
|
22 |
<link rel="stylesheet" href="css/components/modal-window.css"> |
|
23 |
<link rel="stylesheet" href="css/components/navbar.css"> |
|
24 |
<link rel="stylesheet" href="css/components/popover.css"> |
|
25 |
<link rel="stylesheet" href="css/components/popup.css"> |
|
26 |
<link rel="stylesheet" href="css/components/sidebar.css"> |
|
27 |
<link rel="stylesheet" href="css/components/spinloader.css"> |
|
28 |
<link rel="stylesheet" href="css/components/status-bar.css"> |
|
29 |
<link rel="stylesheet" href="css/components/tooltip.css"> |
|
30 |
<link rel="stylesheet" href="css/components/viewport.css"> |
|
31 |
|
|
17 | 32 |
<script id="htmlTags" type="application/json"><%@ include file="node_modules/html-tags/html-tags.json" %></script> |
18 | 33 |
<script id="svgTags" type="application/json"><%@ include file="node_modules/svg-tags/lib/svg-tags.json" %></script> |
19 | 34 |
|
Také k dispozici: Unified diff
split CSS to separate stylesheets by components