diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:23:57 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:23:57 +0100 |
commit | 8c68a8a0d749327eed5431a04f03f5ec4472969a (patch) | |
tree | 1dcadcd7919ad5542c3d8c1b13f4eda7fdd32196 /media | |
parent | 21204f1bc87f3f9d1f3972abcc5cf41bcb8d888b (diff) | |
download | troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.tar.gz troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.tar.bz2 troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.zip |
[svn] Dynamic thumbnail generation for photos and survey scans using imagekit, further improving registration system, other misc.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
Diffstat (limited to 'media')
-rw-r--r-- | media/css/main3.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/css/main3.css b/media/css/main3.css index 4dbac32..d875da9 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -180,7 +180,7 @@ table.trad td, table.trad th { margin: 0pt; border: 1px solid #aaa; /* You are not expected to understand this. It is necessary. */
-/* The above is the most fucktarded comment I have ever read. AC, 24 APR 2009 */
+/* The above is the most fucktarded comment I have ever read :-) AC, 24 APR 2009 */
table.centre { margin-left: auto; margin-right: auto; }
table.centre td { text-align: left; }
@@ -235,7 +235,7 @@ a.redtext:link { }
div.figure {
width: 20%;
- border: thin silver solid;
+ border: thin white solid;
margin: 0.5em;
padding: 0.5em;
display: inline;
|