1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

[add] script to make the install more user friendly #466

This commit is contained in:
Nicolas Lœuillet 2014-02-18 21:22:34 +01:00
parent 6285e57c49
commit 792097fb6a
5 changed files with 344 additions and 1 deletions

View file

@ -0,0 +1,19 @@
.messages.error {
border: 1px solid #c42608;
color: #c00 !important;
background: #fff0ef;
text-align: left;
}
.messages.notice {
border: 1px solid #ebcd41;
color: #000;
background: #fffcd3;
text-align: left;
}
.messages.success {
border: 1px solid #6dc70c;
background: #e0fbcc;
text-align: left;
}