File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5151%defattr(-,root,root)
5252%attr(755,root,root) /usr/local/vesta/nginx
5353%{_initrddir }/vesta
54+ %config(noreplace) /usr/local/vesta/nginx/conf/nginx.conf
55+
5456
5557%changelog
58+ * Wed Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
59+ - upgraded to nginx-1.4.2
60+
5661* Sat Apr 06 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-2
5762- new init script
5863
Original file line number Diff line number Diff line change 4242%config(noreplace) %{_vestadir }/web/images/favicon.ico
4343
4444%changelog
45- * Mon Jul 29 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
45+ * Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
46+ - Updated romanian language file
4647- Fixed issue with uppercase domains
4748- Implemented JS hints when adding database or ftp domain
4849- Package trigger support
Original file line number Diff line number Diff line change @@ -96,17 +96,18 @@ form {
9696 font-weight : bold;
9797 text-decoration : none;
9898 line-height : 21px ;
99- padding : 0 18px 1px 4px ;
99+ padding : 0 4px 1px 4px ;
100+ margin : 0 14px 1px 0 ;
100101}
101102
102103.top-logout : hover {
103104 color : # fff ;
104- background-color : # 999 ;
105+ background-color : # f79b44 ;
105106}
106107
107108.top-logout : active {
108109 color : # fff ;
109- background-color : # f79b44 ;
110+ background-color : # 999 ;
110111}
111112
112113.nav-logo {
You can’t perform that action at this time.
0 commit comments