Update base.css
with various things from other projects.
Also update "progress" template accordingly.
This commit is contained in:
parent
23013c954d
commit
78b09cacd0
2 changed files with 70 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue