Commit cc2b0a9d by liuyingying

css

parent dbe0d77a
......@@ -35,6 +35,7 @@ span{
#resume{
width:800px;
height:auto;
min-height:1000px;
background-color: white;
margin: 10px auto;
......
......@@ -71,9 +71,9 @@
{% if cve_year_list.items %}
<div class="section">
<span>MY-CVE</span>
{% for year, cves in cve_year_list.items %}
<div class="content">
<div class="ul_list">
{% for year, cves in cve_year_list.items %}
{% if cves %}
<ul>
{% for cve in cves %}
......@@ -85,12 +85,11 @@
{% endfor %}
</ul>
{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
{% endif %}
</div>
</div>
<script>
function goUrl(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment