[Checkins] SVN: Grokstar/trunk/src/grokstar/ Removed a couple of superfluous files

Graham Stratton gns24 at beasts.org
Thu Jun 19 02:56:36 EDT 2008


Log message for revision 87540:
  Removed a couple of superfluous files

Changed:
  D   Grokstar/trunk/src/grokstar/blog_templates/entriesindex.pt
  D   Grokstar/trunk/src/grokstar/static/grokstar.css

-=-
Deleted: Grokstar/trunk/src/grokstar/blog_templates/entriesindex.pt
===================================================================
--- Grokstar/trunk/src/grokstar/blog_templates/entriesindex.pt	2008-06-19 04:42:50 UTC (rev 87539)
+++ Grokstar/trunk/src/grokstar/blog_templates/entriesindex.pt	2008-06-19 06:56:35 UTC (rev 87540)
@@ -1,12 +0,0 @@
-<html metal:use-macro="context/@@blogmacros/macros/blogpage">
-<head>
-<title metal:fill-slot="title">Blog Entries</title>
-</head>
-<body>
-<div metal:fill-slot="main-content">
-  <tal:block repeat="entry view/entries">
-    <tal:block content="structure entry/@@item"/>
-  </tal:block>
-</div>
-</body>
-</html>

Deleted: Grokstar/trunk/src/grokstar/static/grokstar.css
===================================================================
--- Grokstar/trunk/src/grokstar/static/grokstar.css	2008-06-19 04:42:50 UTC (rev 87539)
+++ Grokstar/trunk/src/grokstar/static/grokstar.css	2008-06-19 06:56:35 UTC (rev 87540)
@@ -1,111 +0,0 @@
-html {
-  background-color: darkgrey;
-}
-
-body {
-  background-color: #eee;
-}
-
-h1 {
-  font-size: 138.5%;
-}
-
-h2 {
-  font-size: 123.1%;
-}
-
-h3 {
-  font-size: 108%;
-}
-
-h1,h2,h3 {
-  margin: 1em 0;
-}
-
-h1,h2,h3,strong {
-  font-weight: bold;
-}
-
-#hd {
-  background: url('http://grok.zope.org/top_bg.jpg');
-  position: relative;
-}
-
-#bd {
-  margin-left: .5em;
-}
-
-p {
-  margin-bottom: 1em;
-}
-
-#hd,#ft {
-  text-align: center;
-  margin: .5em 0;
-}
-
-#appname {
-  font-size: 197%;
-  font-weight: bold;
-}
-
-#menu li {
-  display: inline;
-  line-height: 250%;
-  margin: 0 .25em;
-}
-
-#menu li, #ft li {
-  display: inline;
-}
-
-#menu li a, #ft li a {
-  text-decoration: none;
-}
-
-#menu li a:hover, #ft li a:hover {
-  text-decoration: underline;
-}
-
-#menu li {
-  font-size: 116%;
-}
-
-#blogtitle {
-  margin-bottom: 1em;
-  text-align: center;
-}
-
-#blogtitle p {
-  margin-bottom: 0;
-}
-
-#blogtitle h1,h2 {
-  margin: 0 0;
-}
-
-#blogtitle h2 {
-  font-weight: normal;
-  font-size: 108%;
-}
-
-#search {
-  position: absolute;
-  bottom: 1em;
-  right: 2em;
-}
-
-#ft {
-  position: relative;
-  color: #777;
-}
-
-#ft li {
-  margin: 0 .25em;
-}
-
-#external-links {
-  position: absolute;
-  right: 1em;
-  bottom: 0;
-}



More information about the Checkins mailing list