This commit is contained in:
NN 2013-02-12 14:56:50 -08:00
commit 300343accd
4 changed files with 3 additions and 3 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

@ -80,6 +80,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;
} }