SVN: toys/cvsstats/web/WebContent: index.jsp stats.css
pawelz
pawelz at pld-linux.org
Wed Apr 14 18:32:07 CEST 2010
Author: pawelz
Date: Wed Apr 14 18:32:07 2010
New Revision: 11334
Added:
toys/cvsstats/web/WebContent/stats.css (contents, props changed)
Modified:
toys/cvsstats/web/WebContent/index.jsp
Log:
- Placeholder for css.
Modified: toys/cvsstats/web/WebContent/index.jsp
==============================================================================
--- toys/cvsstats/web/WebContent/index.jsp (original)
+++ toys/cvsstats/web/WebContent/index.jsp Wed Apr 14 18:32:07 2010
@@ -16,6 +16,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PLD Linux CVS Statistics</title>
+<link rel="stylesheet" type="text/css" href="stats.css" />
</head>
<body>
Added: toys/cvsstats/web/WebContent/stats.css
==============================================================================
--- (empty file)
+++ toys/cvsstats/web/WebContent/stats.css Wed Apr 14 18:32:07 2010
@@ -0,0 +1,9 @@
+ at CHARSET "UTF-8";
+
+table {
+ border: solid 1px;
+}
+
+td {
+ text-align: center;
+}
\ No newline at end of file
More information about the pld-cvs-commit
mailing list