~barry-leslie/pbmsphp/Version2

« back to all changes in this revision

Viewing changes to docs/pbms-api.css

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2011-05-20 22:00:52 UTC
  • Revision ID: barry.leslie@primebase.com-20110520220052-9rrqucop32u4kei4
Updated version 2 documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
        padding-right: 5px;
35
35
        padding-left: 5px;
 
36
 
 
37
}
 
38
 
 
39
.pbms-example-box
 
40
{
 
41
        border: solid 2px #af7b3c;
 
42
        background: #df9c4c;
 
43
        
 
44
        margin: 5px;
 
45
        margin-left: 15px;
 
46
        margin-right: 15px;
 
47
        
 
48
        padding-top: 10px;
 
49
        padding-bottom: 10px;
 
50
        
 
51
        padding-right: 5px;
 
52
        padding-left: 5px;
 
53
        
 
54
}
 
55
 
 
56
.pbms-example-box pre
 
57
{
 
58
        border: solid 2px black;
 
59
        background: white;
 
60
        color: black;
 
61
        
 
62
        margin-top: 12px;
 
63
        margin-bottom: 15px;
 
64
        
 
65
        padding: 5px;
 
66
        
 
67
        font-size: 15px;
 
68
        max-width: 500px;       
 
69
        max-height: 400px;      
 
70
        overflow: auto; 
36
71
}
37
72
 
38
73
.pbms-api-box dl
76
111
 
77
112
        padding: 5px;
78
113
 
79
 
        font-size: 15px;
 
114
        font-size: 30px;
80
115
}
81
116
 
82
117
.pbms-api-sig