Merge branch 'master' of github.com:jeena/Bungloo
This commit is contained in:
commit
f0f564a577
39 changed files with 850 additions and 849 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue