source: other-projects/nz-flag-design/trunk/main-form/css/turnstyle-block.css@ 29530

Last change on this file since 29530 was 29530, checked in by davidb, 9 years ago

First cut at overview web pages to nz-flag-design project

  • Property svn:executable set to *
File size: 355 bytes
Line 
1
2.hide {
3 position: absolute !important;
4 top: -9999px !important;
5 left: -9999px !important;
6}
7
8.this-will-not-be-read {
9 display: none !important;
10}
11
12div.openclose {
13 padding: 8px;
14 font-size: 110%;
15 width: auto;
16}
17
18.openclose a {
19 text-decoration: none;
20}
21
22.openclose a:hover {
23 color: #000000;
24}
Note: See TracBrowser for help on using the repository browser.