getting rid fof the logo as @blueyed mentioned
This commit is contained in:
parent
03368a6ded
commit
95b32c0411
|
@ -1,7 +1,3 @@
|
|||
<div id="logo">
|
||||
[[!img images/icons/aw_64_shadow.png alt="awesome logo"]]
|
||||
</div>
|
||||
|
||||
# Home
|
||||
|
||||
**awesome** is a highly configurable, next generation framework window
|
||||
|
|
|
@ -165,7 +165,6 @@ blockquote{
|
|||
|
||||
/**** Content ***/
|
||||
|
||||
#logo { float: right; margin: 32px 32px 32px 32px; }
|
||||
#screenshot { text-align: center; margin: 32px 32px 32px 32px; }
|
||||
#screenshot img { border: 2px solid #347272; }
|
||||
|
||||
|
|
|
@ -9,16 +9,6 @@
|
|||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
|
||||
<TMPL_IF NAME="FEEDLINKS"><TMPL_VAR FEEDLINKS></TMPL_IF>
|
||||
<TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
|
||||
<script type="text/javascript">
|
||||
<!--//--><![CDATA[//><!--
|
||||
(function() {
|
||||
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
||||
s.type = 'text/javascript';
|
||||
s.async = true;
|
||||
s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto';
|
||||
t.parentNode.insertBefore(s, t);
|
||||
})();//--><!]]>
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue