ProfileManager II: re-adding file accidentally removed.

This commit is contained in:
rgoodger%ihug.co.nz 2000-01-13 06:25:33 +00:00
Родитель 53318e044b
Коммит f0a623ac76
4 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -2,3 +2,4 @@ profile.css
profileicon-large.gif
migrate.gif
newProfile1_2.css
profileManager.css

Просмотреть файл

@ -32,6 +32,7 @@ FILES = \
profileicon-large.gif \
migrate.gif \
newProfile1_2.css \
profileManager.css \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -29,6 +29,7 @@ FILES=\
profileicon-large.gif \
migrate.gif \
newProfile1_2.css \
profileManager.css \
$(NULL)
install::

Просмотреть файл

@ -0,0 +1,12 @@
#dialoginfo {
width: 36em;
}
#table-housing {
background-color: white;
height: 100%;
}
#buttons-box {
margin-left: 1em;
}