interests : add non-smoker and non-drinker icons.
This commit is contained in:
parent
d43aa4331a
commit
8cc56cc12a
BIN
image/icon/ic_alcohol.png
Normal file
BIN
image/icon/ic_alcohol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 B |
BIN
image/icon/ic_no_alcohol.png
Normal file
BIN
image/icon/ic_no_alcohol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
BIN
image/icon/ic_no_smoke.png
Normal file
BIN
image/icon/ic_no_smoke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 418 B |
BIN
image/icon/ic_smoke.png
Normal file
BIN
image/icon/ic_smoke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 B |
|
@ -36,3 +36,6 @@
|
|||
\ru{Азиатская кухня, Десерты.}
|
||||
}
|
||||
\end{minipage}
|
||||
\sparn\sparn
|
||||
\sicon{ic_no_smoke}
|
||||
\sicon{ic_no_alcohol}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
% styles.
|
||||
\newcommand{\sreset} [1]{\fontsize{12}{12}\selectfont\rm\color{black}#1} % reset font style.
|
||||
\newcommand{\spar} [0]{\par} % default paragraph break.
|
||||
\newcommand{\sparn} [0]{\par\noindent} % default paragraph break without indent.
|
||||
\newcommand{\stext} [1]{\sreset{#1}} % default text.
|
||||
\newcommand{\sitallic} [1]{\textit{#1}} % itallic text.
|
||||
\newcommand{\sbold} [1]{\textbf{#1}} % bold text.
|
||||
|
|
Loading…
Reference in a new issue