Changeset 242 for trunk/client
- Timestamp:
- Jun 30, 2015, 12:52:12 AM (9 years ago)
- Location:
- trunk/client
- Files:
-
- 18 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/funzioni.php
r233 r242 474 474 # funzione per il titolo della pagina 475 475 function pagetitle($op,$info){ 476 $pagetitle=''; 476 477 477 478 if($op=="consiglieri")$pagetitle="Proiezione del Consiglio Comunale"; //mettere l'elenco -
trunk/client/temi/stylized/style.css
r104 r242 65 65 #menu { 66 66 width: 1019px; 67 height: 50px;67 height: 70px; 68 68 margin: 0 auto; 69 69 } 70 70 /* 71 71 #menu ul { 72 72 margin: 0; … … 100 100 background: #EC0000 url(images/img03.gif) repeat-x left bottom; 101 101 } 102 102 */ 103 103 104 104 #content { -
trunk/client/temi/tour/style.css
r2 r242 31 31 background: url(images/img04.gif) no-repeat center top; 32 32 } 33 33 /* 34 34 #menu { 35 35 width: 970px; … … 47 47 #menu li { 48 48 /*display: inline; 49 */ 49 50 50 } 51 51 … … 61 61 62 62 #menu a:hover { 63 /* text-decoration: underline; */ 63 text-decoration: underline; 64 64 } 65 65 -
trunk/client/temi/yellowblu/style.css
r104 r242 59 59 background: url(images/img04.gif) no-repeat center top; 60 60 } 61 61 /* 62 62 #menu { 63 63 width: 970px; … … 74 74 75 75 #menu li { 76 /*display: inline;77 */ 76 display: inline; 77 78 78 } 79 79 … … 89 89 90 90 #menu a:hover { 91 /* text-decoration: underline; */ 91 text-decoration: underline; 92 92 } 93 93 … … 98 98 color: #000000; 99 99 } 100 */ 100 101 101 102 /* Page */
Note:
See TracChangeset
for help on using the changeset viewer.