removed unneccesary border
This commit is contained in:
shikhar-scs 2018-01-04 08:12:47 +05:30
Родитель f2c624cb45
Коммит aa8b9324c1
2 изменённых файлов: 3 добавлений и 2 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -7,3 +7,4 @@ web-ext-artifacts/
test/dist/*
ckeditor-build/build/*
build/
,idea

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

@ -268,8 +268,8 @@ footer {
width: 100%;
position: relative;
margin: 0 auto;
border: 1px solid #ccc;
border-bottom: 0;
border: 0;
border-top: 1px solid #ccc;
}
#migration-note {