added fixed font to blog_edit textaera
This commit is contained in:
BIN
ctp_blogr.sqlite
BIN
ctp_blogr.sqlite
Binary file not shown.
@@ -72,6 +72,9 @@ h5 {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.monospace-font {
|
||||
font-family: Monaco, "Courier New", Courier, monospace;
|
||||
}
|
||||
.thumbnail p {
|
||||
margin-top: 15px;
|
||||
color: #555;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{% endfor %}
|
||||
<div class="form-group">
|
||||
<label class="required-field" for="body">{{ form.body.label }}</label>
|
||||
{{ form.body(class_='form-control', cols="35", rows="20") }}
|
||||
{{ form.body(class_='form-control monospace-font', cols="35", rows="20") }}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
4
setup.py
4
setup.py
@@ -18,13 +18,15 @@ requires = [
|
||||
'pyramid_retry',
|
||||
'pyramid_layout',
|
||||
'pyramid_tm',
|
||||
'SQLAlchemy',
|
||||
'SQLAlchemy==1.4.49',
|
||||
'transaction',
|
||||
'zope.sqlalchemy',
|
||||
'wtforms', # form library 2.2.1
|
||||
'webhelpers2', # various web building related helpers 2.0
|
||||
'passlib',
|
||||
'python-magic',
|
||||
'markdown',
|
||||
'urllib3==1.26',
|
||||
'yfinance',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user