Update base.css with various things from other projects.

Also update "progress" template accordingly.
This commit is contained in:
Lance Edgar 2014-12-17 14:50:47 -06:00
parent 23013c954d
commit 78b09cacd0
2 changed files with 70 additions and 4 deletions

View file

@ -10,7 +10,7 @@
${h.stylesheet_link(request.static_url('tailbone:static/css/layout.css'))}
<style type="text/css">
#container {
#body-wrapper {
position: relative;
}
@ -114,7 +114,7 @@
</script>
</head>
<body>
<div id="container">
<div id="body-wrapper">
<div id="wrapper">
@ -139,6 +139,6 @@
</div><!-- #wrapper -->
</div><!-- #container -->
</div><!-- #body-wrapper -->
</body>
</html>