Merge branch 'master' of github.com:jeena/Bungloo

This commit is contained in:
Jeena Paradies 2013-02-15 19:12:29 +01:00
commit f0f564a577
39 changed files with 850 additions and 849 deletions

View file

@ -2,7 +2,7 @@
BSD license BSD license
=========== ===========
Copyright (c) 2010, Jeena Paradies Copyright (c) 2013, Jeena Paradies
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View file

@ -1,5 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<title>Tentia Release Notes</title> <title>Tentia Release Notes</title>

View file

@ -13,6 +13,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: #00317a; color: #00317a;
outline: 0;
} }
ol { ol {
@ -80,6 +81,7 @@ body > ol > li:after, header.profile:after {
header.profile img { header.profile img {
float: left; float: left;
margin: 0 10px 10px 0; margin: 0 10px 10px 0;
max-height: 100px;
max-width: 100px; max-width: 100px;
border-radius: 10px; border-radius: 10px;
} }