2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net)

* extras/hbdoc/hbdoc.css
  * website/css/styles.css
    % minor optimization

  * extras/hbdoc/hbdoc.css
  * website/css/styles.css
  * website/*.htm
  * website/*.html
  * website/faq/*.html
  * website/menu/*.js
  * website/samples/*.html
    ! svn charset prop set to UTF-8
This commit is contained in:
Viktor Szakats
2012-11-17 13:33:12 +00:00
parent f72a8d6fcd
commit 811450629b
3 changed files with 23 additions and 9 deletions

View File

@@ -16,6 +16,20 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net)
* extras/hbdoc/hbdoc.css
* website/css/styles.css
% minor optimization
* extras/hbdoc/hbdoc.css
* website/css/styles.css
* website/*.htm
* website/*.html
* website/faq/*.html
* website/menu/*.js
* website/samples/*.html
! svn charset prop set to UTF-8
2012-11-17 14:12 UTC+0100 Viktor Szakats (vszakats syenar.net)
* doc/en/lang.txt
* doc/en/var.txt

View File

@@ -11,8 +11,8 @@ body {
.name {
font-weight: bold;
font-size: 18px;
margin-left: 0px;
padding-top: 0px;
margin-left: 0;
padding-top: 0;
padding-bottom: 4px;
}
@@ -23,8 +23,8 @@ body {
.itemtitle {
font-weight: bold;
margin-left: 0px;
padding-top: 0px;
margin-left: 0;
padding-top: 0;
padding-bottom: 4px;
}

View File

@@ -7,10 +7,10 @@ body,td,th {
}
body {
background-color: #333333;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
}
.header1 {
/*font-weight: bolder;*/
@@ -132,7 +132,7 @@ a:active {
color: #bc0000;
margin: 3px;
font-style: italic;
/* padding: 3px;
/* padding: 3px;
background-color: #FF0000;
/***/
}