]> git.decadent.org.uk Git - memories.git/commitdiff
That we should not needlessly multiply entities seems to be an excellent principle.
authorSimon Cozens <simon@simon-cozens.org>
Thu, 8 Feb 2007 21:00:38 +0000 (21:00 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 8 Feb 2007 21:00:38 +0000 (21:00 +0000)
git-svn-id: http://svn.simon-cozens.org/memories/trunk@17 041978f6-d955-411f-a9d7-1d8545c9c3c7

templates/static/memories.css
templates/user/album_list

index 61099a73ea1264cac524ee5b03dccc162933c9ef..4147e182bb34c4feeea42634349af6ad8e7c5d92 100644 (file)
@@ -29,8 +29,7 @@ p { font-family: sans-serif; }
 .thumb {
     width: 100%;
     text-align:center; font-size: 80%; font-family:sans-serif; 
-    border-bottom: 1px solid black; }
-
+}
 .photoview {
     text-align:center;
     }
@@ -86,7 +85,6 @@ p { font-family: sans-serif; }
 .exiftag { font-size: 8pt; background: #ffa; }
 .exifvalue { font-size: 9pt; background: #fff }
 
-.albums { background: #ffc; padding-left: 15px; border: 1px dotted black; }
 .htmltagcloud { text-align:  center; font-family: sans-serif; }
 .photodesc { background: #fff; padding: 10px; margin: 5px 15px 5px 15px; text-align: center; }
 .photorights { font-size: 90%; padding: 10px; text-align: right; font-weight: bold; }
index 59bcad08f5bb55366f8cc2ddcc170ef8a17e7a37..c5da0f680994b812289783386d6a6e0f4927e32a 100644 (file)
@@ -1,4 +1,4 @@
-<div class="albums">
+<div class="messages">
 [% IF request.user == user %]
     <h2> Albums </h2>
     <form method="post" action="[%base%]/user/edit_albums/[%user.id%]">