Current section

Files

Jump to
xprof priv build index.html
Raw

priv/build/index.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>XProf</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
padding: 75px 20px 20px 20px;
}
#acm {
position: fixed;
}
.chart{
min-height: 350px;
}
.code-longbox {
overflow: auto;
text-overflow: ellipsis;
font-family: monospace;
}
.row-expanded div {
max-height: 500px;
}
.row-normal div {
max-height: 50px;
}
.row-highlight {
font-weight: bold;
}
.suggestions-panel {
border-radius: 0 !important;
box-shadow: 10px 0 50px #888888 !important;
position: absolute !important;
max-height: 500px;
overflow: scroll;
}
</style>
</head>
<body>
<div id="main-container" class="container-fluid">
</div>
<div className="footer">
<p>© NPSPACE 2015</p>
</div>
<script src="build/vendors.js"></script>
<script src="build/bundle.js"></script>
</body>
</html>