public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
move stuff to the common css
dustin (author)
Sun Aug 21 00:45:10 -0700 2005
commit  dc1122b984ebbab7590cd93f7a8f3ba2a195b157
tree    c5f426f5dc7b0e812e5b5b6647c83b5e218c77ff
parent  ebc86f3af3c05a8710cf1b05587681bdbb00acdd
...
5
6
7
8
9
10
11
12
13
14
...
5
6
7
 
 
 
 
8
9
10
0
@@ -5,10 +5,6 @@
0
   <head>
0
     <title>Photos</title>
0
     <link rel="stylesheet" href="style.css" />
0
- <style type="text/css">
0
- .hidden { display: none; }
0
- .displayed { display: block; }
0
- </style>
0
     <script type="text/javascript">
0
     // <![CDATA[
0
       function init() {
...
1
2
3
4
5
6
7
 
 
 
 
 
 
 
 
8
9
10
...
23
24
25
26
27
 
...
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
...
30
31
32
 
33
34
0
@@ -1,10 +1,17 @@
0
-
0
 body,td,th {
0
     font-family: Arial, Helvetica, sans-serif;
0
     background: white;
0
     color: black;
0
 }
0
 
0
+.hidden {
0
+ display: none;
0
+}
0
+
0
+.displayed {
0
+ display: block;
0
+}
0
+
0
 #imgView {
0
     text-align: center;
0
 }
0
@@ -23,4 +30,4 @@ body,td,th {
0
 img {
0
     border: none;
0
 }
0
-
0
\ No newline at end of file
0
+

Comments

    No one has commented yet.