25 lines
651 B
CSS
Executable File
25 lines
651 B
CSS
Executable File
/*
|
|
# -- BEGIN LICENSE BLOCK ----------------------------------
|
|
# This file is part of Freshy2, a theme for Dotclear.
|
|
# Original WP Theme from Julien de Luca
|
|
# (http://www.jide.fr/francais/)
|
|
#
|
|
# Copyright (c) 2008-2018
|
|
# Bruno Hondelatte dsls@morefnu.org
|
|
# Pierre Van Glabeke contact@brol.info
|
|
#
|
|
# Licensed under the GPL version 2.0 license.
|
|
# A copy of this license is available in LICENSE file or at
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
# -- END LICENSE BLOCK ------------------------------------
|
|
*/
|
|
#imgheaders img {
|
|
width: 200px;
|
|
max-height: 57px;
|
|
}
|
|
|
|
#imgheaders ul {
|
|
margin : 0 0 1em 0;
|
|
padding : 0;
|
|
list-style : none;
|
|
} |