diff options
Diffstat (limited to 'themes/xmin/static/css')
-rw-r--r-- | themes/xmin/static/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index 76658fe..8d456af 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css @@ -5,6 +5,9 @@ body { max-width: 800px; padding: 1em; } +.u-photo { + float:right; +} /* header and footer areas */ nav > ul { padding: 0; } |