changed: we should use SSL connection for such functions as:

adduser, login


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@766 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-09-14 09:56:00 +00:00
parent 39923d6617
commit f113e2ef31
7 changed files with 97 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ blockquote:before, blockquote:after {
content: "";
}
blockquote {
margin-left: 40px;
margin-right: 40px;
@@ -67,6 +68,55 @@ strong {
font-weight: bold;
}
ul > li {
list-style-type: bullet;
margin-left: 2em;
padding: 0.4em 0 0.4em 15px;
}
ol > li {
list-style-type: decimal;
margin-left: 3em;
padding: 0.4em 0 0.4em 5px;
}
* html ul li {
list-style-type: bullet;
margin-left: 2em;
padding: 0.4em 0 0.4em 15px;
}
* html ol li {
list-style-type: decimal;
margin-left: 3em;
padding: 0.4em 0 0.4em 5px;
}
span.strikethrough {
text-decoration: line-through;
}
span.underline {
text-decoration: underline;
}
table {
margin-left: 3em;
}
table th {
font-weight: bold;
padding-right: 2em;
}
table td {
padding-right: 2em;
}
/* */
p.withnext {