[PythonReports-checkins] htdocs index.html, 1.1, 1.2 style.css, 1.3, 1.4
Brought to you by:
a1s
|
From: KACAH <ka...@us...> - 2012-05-15 11:47:58
|
Update of /cvsroot/pythonreports/htdocs
In directory vz-cvs-3.sog:/tmp/cvs-serv22376
Modified Files:
index.html style.css
Log Message:
Fixed epigraph o index page
Index: index.html
===================================================================
RCS file: /cvsroot/pythonreports/htdocs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.html 15 May 2012 11:03:19 -0000 1.1
--- index.html 15 May 2012 11:47:55 -0000 1.2
***************
*** 24,31 ****
--- 24,33 ----
-- Ð.ÐÑÑÑков, "РмеÑÑÑ Ð¿ÐµÑаÑи"
</blockquote>
+ <br/>
<blockquote>
⦠rather exciting isn't it?<br />
-- Vocational Guidance Counsellor
</blockquote>
+ <br/>
<h2>Introduction</h2>
Index: style.css
===================================================================
RCS file: /cvsroot/pythonreports/htdocs/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 15 May 2012 10:46:56 -0000 1.3
--- style.css 15 May 2012 11:47:55 -0000 1.4
***************
*** 14,18 ****
blockquote {
font-style: italic;
! margin-left: 70%;
}
h1, h2 {
--- 14,18 ----
blockquote {
font-style: italic;
! margin-left: 50%;
}
h1, h2 {
|