Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5ce9f
)
styling for formbuilder fieldsets
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 30 Apr 2007 03:43:20 +0000
(
03:43
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 30 Apr 2007 03:43:20 +0000
(
03:43
+0000)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 6fdb76ac0086446ad0c1e5fde938f7ddbf074c56..b399e264324d2e424d394fd0dead250ee353b68b 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-269,3
+269,12
@@
input#openid_url {
-moz-opacity: 0.95;
filter: alpha(opacity=95);
}
+
+/* Formbuilder styling */
+fieldset {
+ margin: 1ex 0;
+ border: 1px solid black;
+}
+legend {
+ padding: 0 1ex;
+}