Commit 2162d30d authored by Leo Iannacone's avatar Leo Iannacone

Merge branch 'develop' into portable

parents ccfedaf9 b23b30bf
......@@ -61,7 +61,7 @@ config.web.preferences.debug = 0 // debug level - 0 means disabled
// DO NOT TOUCH these ones
config.version = '0.2.0'
config.version = '0.2.1'
// A simple function to quickly have
// get and set strings for client events
......
......@@ -82,6 +82,10 @@ aside .nav-pills li {
padding: 8px 15px;
}
#sticky-package .name {
margin-right: 10px;
}
footer {
height: 40px;
}
......
......@@ -41,8 +41,8 @@
<div id="sticky-package-content">
<div class="panel-heading">
<h3 class="panel-title">
<span class="name"></span>
<span class="status pull-right"></span>
<span class="name"></span>
</h3>
</div>
<div class="panel-body">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment