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
===========
Copyright (c) 2010, Jeena Paradies
Copyright (c) 2013, Jeena Paradies
All rights reserved.
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"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
<html>
<head>
<title>Tentia Release Notes</title>

View file

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