Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15322/templates/default
Modified Files:
atom.css
Log Message:
Fixed linefeed characters of my st*** f**** windows editor. ;)
Index: atom.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/atom.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- atom.css 6 Feb 2004 21:56:20 -0000 1.3
+++ atom.css 18 Feb 2004 11:21:55 -0000 1.4
@@ -1,89 +1,89 @@
-/* Basic CSS taken from http://www.blogger.com/styles/atom.css */
-
-feed {
- display:block;
- font-family:verdana, sans-serif;
- margin:2%;
- font-size:90%;
- color:#000000;
- background:#ffffff;
-}
-
-title {
- display:block;
- font-size:1.3em;
- color:inherit;
- background:inherit;
- font-weight:bold;
-}
-
-tagline, link {
- display:block;
- font-size:0.9em;
-}
-
-id, modified {
- display:none;
-}
-
-generator {
- display:block;
- font-size:0.9em;
-}
-
-info {
- display:block;
- margin:3em 4em 3em 4em;
- color:#CC3333;
- background:#FFFF66;
- border:solid #CCCC66 2px;
- text-align:center;
- padding:1.5em;
- font-family:mono;
- font-size:0.8em;
-}
-
-entry {
- display:block;
- color:inherit;
- background:inherit;
- padding:0;
- margin:1em 1em 4em 1em;
-
-}
-
-entry modified, entry name {
- display:inline;
- color:#999999;
- background:inherit;
- font-size:0.8em;
-}
-
-entry created, entry issued, entry id {
- display:none;
-}
-
-/* Using a single 'commentRSS' and 'comments' is used for compatibility to Opera */
-slash\:comments, wfw\:commentRss, commentRss, comments, wfw\:comment, comment {
- display:none;
-}
-
-entry title {
- display:block;
- font-size:1em;
- font-weight:bold;
- color:inherit;
- background:inherit;
- padding:1em 1em 0em 1em;
- margin:0;
- border-top:solid 1px #dddddd;
-}
-
-content {
- display:block;
- font-size:0.9em;
- color:inherit;
- background:inherit;
- padding:1em;
- line-height:1.5em;
+/* Basic CSS taken from http://www.blogger.com/styles/atom.css */
+
+feed {
+ display:block;
+ font-family:verdana, sans-serif;
+ margin:2%;
+ font-size:90%;
+ color:#000000;
+ background:#ffffff;
+}
+
+title {
+ display:block;
+ font-size:1.3em;
+ color:inherit;
+ background:inherit;
+ font-weight:bold;
+}
+
+tagline, link {
+ display:block;
+ font-size:0.9em;
+}
+
+id, modified {
+ display:none;
+}
+
+generator {
+ display:block;
+ font-size:0.9em;
+}
+
+info {
+ display:block;
+ margin:3em 4em 3em 4em;
+ color:#CC3333;
+ background:#FFFF66;
+ border:solid #CCCC66 2px;
+ text-align:center;
+ padding:1.5em;
+ font-family:mono;
+ font-size:0.8em;
+}
+
+entry {
+ display:block;
+ color:inherit;
+ background:inherit;
+ padding:0;
+ margin:1em 1em 4em 1em;
+
+}
+
+entry modified, entry name {
+ display:inline;
+ color:#999999;
+ background:inherit;
+ font-size:0.8em;
+}
+
+entry created, entry issued, entry id {
+ display:none;
+}
+
+/* Using a single 'commentRSS' and 'comments' is used for compatibility to Opera */
+slash\:comments, wfw\:commentRss, commentRss, comments, wfw\:comment, comment {
+ display:none;
+}
+
+entry title {
+ display:block;
+ font-size:1em;
+ font-weight:bold;
+ color:inherit;
+ background:inherit;
+ padding:1em 1em 0em 1em;
+ margin:0;
+ border-top:solid 1px #dddddd;
+}
+
+content {
+ display:block;
+ font-size:0.9em;
+ color:inherit;
+ background:inherit;
+ padding:1em;
+ line-height:1.5em;
}
\ No newline at end of file
|