was including wrong js file in article_frontend
This commit is contained in:
parent
cc46d962c0
commit
18a419f56a
|
@ -15,7 +15,8 @@
|
|||
.page {
|
||||
box-shadow: 0px 0px 1em;
|
||||
-moz-box-shadow: 0px 0px 1em;
|
||||
-webkit-box-shadow: 0px 0px 1em;
|
||||
-webkit-box-shadow: 0px 0px 1em;
|
||||
background: rgba(255,255,255,0.5);
|
||||
clear:left;
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
|
@ -24,7 +25,7 @@
|
|||
padding-left:20px;
|
||||
padding-right: 20px;
|
||||
padding-top: 20px;
|
||||
padding-bottm:20px;
|
||||
padding-bottom:20px;
|
||||
/*
|
||||
border-left:1px #CC6600 dotted;
|
||||
border-bottom: #CC6600 1px dotted;
|
||||
|
|
|
@ -39,7 +39,7 @@ body, html {
|
|||
margin-bottom: 20px;
|
||||
padding: 0px;
|
||||
position: relative;
|
||||
background-color: #FFFFFF;
|
||||
/* background-color: #FFFFFF; */
|
||||
}
|
||||
|
||||
{% for p in pages %}
|
||||
|
@ -78,7 +78,7 @@ body, html {
|
|||
<script type="text/javascript" src="/static/js/jquery.srt.js"></script>
|
||||
<script type="text/javascript" src="/static/js/jquery.tooltip.js"></script>
|
||||
<!-- <script type="text/javascript" src="/static/js/swfobject.js"></script> -->
|
||||
<script type="text/javascript" src="/static/js/articleDemo.js"></script>
|
||||
<script type="text/javascript" src="/static/js/articleMockup.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user