git.p6c8.net
/
jirafeau.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
51ce6fc
)
fix minimum width in download page (courgette skin)
author
Jerome Jutteau
<mojo@couak.net>
Thu, 12 Mar 2015 20:51:34 +0000
(21:51 +0100)
committer
Jerome Jutteau
<mojo@couak.net>
Thu, 12 Mar 2015 20:51:34 +0000
(21:51 +0100)
media/courgette/style.css.php
patch
|
blob
|
history
diff --git
a/media/courgette/style.css.php
b/media/courgette/style.css.php
index 6675ba5b7e0525c4607cfdc1c5d96af174f1629e..4c85c04ad7dffcdacbad5cf2cbc2435caa8ace20 100644
(file)
--- a/
media/courgette/style.css.php
+++ b/
media/courgette/style.css.php
@@
-78,6
+78,7
@@
fieldset {
width: 20em;
border: 7px dashed #bcaaa4;
min-height: 15em;
width: 20em;
border: 7px dashed #bcaaa4;
min-height: 15em;
+ min-width: 30em;
position: relative;
}
position: relative;
}
patrick-canterino.de