~pkgcrosswire/bibledit/main

« back to all changes in this revision

Viewing changes to doc/bibledit.css

  • Committer: Teus Benschop (No specific comment)
  • Date: 2011-10-26 07:42:02 UTC
  • Revision ID: teusjannette@gmail.com-20111026074202-nterr0ceeuk5olrj
Updated to release 4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  margin-left: 9em;
117
117
}
118
118
 
 
119
 
 
120
#top {
 
121
position:relative;
 
122
top:0;
 
123
left:0;
 
124
visibility:visible;
 
125
clear:both;
 
126
background-color:#D3D3D3;
 
127
margin:none;
 
128
padding:1em;
 
129
}
 
130
 
 
131
#menu {
 
132
float:left;
 
133
width:200px;
 
134
background-color:#D3D3D3;
 
135
padding:1em;
 
136
}
 
137
 
 
138
#content {
 
139
position:relative;
 
140
top:0;
 
141
left:0;
 
142
margin-left:240px;
 
143
clear:both;
 
144
padding:1em;
 
145
}
 
146
 
 
147
#bottom {
 
148
position:relative;
 
149
top:0;
 
150
left:0;
 
151
clear:both;
 
152
}