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 | b31d022c1ab0ee4e33b477f913aeb200ad9e0b58 (patch) | |
tree | ed9aaacfd1b937d4613ea373728116cddabd2b6e /media/css | |
parent | 919c7e932a8e230a970efb8308e71bb10f15a6fb (diff) | |
download | troggle-b31d022c1ab0ee4e33b477f913aeb200ad9e0b58.tar.gz troggle-b31d022c1ab0ee4e33b477f913aeb200ad9e0b58.tar.bz2 troggle-b31d022c1ab0ee4e33b477f913aeb200ad9e0b58.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/css')
-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;
|