diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-02-13 08:46:42 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-13 17:16:25 +0000 |
| commit | 242a78626998a767db1568b24919e94ae4b38ac3 (patch) | |
| tree | 10de05a12b658ebdbb42a157d091d6246533e433 /resources/css/_list-media.css | |
| parent | 72283cc558622f3c1bacb4c23dcc006d5a9f76bc (diff) | |
| download | webtrees-242a78626998a767db1568b24919e94ae4b38ac3.tar.gz webtrees-242a78626998a767db1568b24919e94ae4b38ac3.tar.bz2 webtrees-242a78626998a767db1568b24919e94ae4b38ac3.zip | |
Refactoring themes and chart boxes
Diffstat (limited to 'resources/css/_list-media.css')
| -rw-r--r-- | resources/css/_list-media.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/css/_list-media.css b/resources/css/_list-media.css new file mode 100644 index 0000000000..58decd9845 --- /dev/null +++ b/resources/css/_list-media.css @@ -0,0 +1,20 @@ +/** + * webtrees: online genealogy + * Copyright (C) 2019 webtrees development team + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* + * Media object list + * + * wt-route-media-list + */ |
