Changeset 48069 in spip-zone
- Timestamp:
- May 24, 2011, 12:36:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/basecss/css/spip.css.html
r48025 r48069 57 57 58 58 .spip_documents { margin-bottom: #GET{margin-bottom}; padding: 0; background: none; } 59 .spip_documents, 59 60 .spip_documents_center, 60 61 .spip_doc_titre, 61 62 .spip_doc_descriptif { margin-right: auto; margin-left: auto; text-align: center; } 62 .spip_documents .spip_documents_center { clear: both; display: block; width: 100%; }63 .spip_documents .spip_documents_left { float: left; margin-right: #GET{margin-bottom}; }64 .spip_documents .spip_documents_right { float: right; margin-left: #GET{margin-bottom}; }63 .spip_documents_center { clear: both; display: block; width: 100%; } 64 .spip_documents_left { float: left; margin-right: #GET{margin-bottom}; } 65 .spip_documents_right { float: right; margin-left: #GET{margin-bottom}; } 65 66 .spip_doc_titre {} 66 67 .spip_doc_descriptif { clear: both; }
Note: See TracChangeset
for help on using the changeset viewer.